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

Trait used to specify the group name in ActionName.

Required Methods§

source

fn group_name() -> &'static str

Returns the group name.

Implementors§