pub trait ActionGroupName {
fn group_name() -> &'static str;
}
Expand description
Trait used to specify the group name in ActionName
.
Required methods
fn group_name() -> &'static str
fn group_name() -> &'static str
Returns the group name.
pub trait ActionGroupName {
fn group_name() -> &'static str;
}
Trait used to specify the group name in ActionName
.
Returns the group name.