pub trait ActionGroupName {
    const NAME: &'static str;
}
Expand description

Trait used to specify the group name in ActionName.

Required Associated Constants§

source

const NAME: &'static str

The name of the group.

Implementors§