logo
pub trait ActionGroupName {
    fn group_name() -> &'static str;
}
Expand description

Trait used to specify the group name in ActionName.

Required methods

Returns the group name.

Implementors