Trait relm4::actions::traits::ActionGroupName
source · pub trait ActionGroupName {
// Required method
fn group_name() -> &'static str;
}
Expand description
Trait used to specify the group name in ActionName
.
Required Methods§
sourcefn group_name() -> &'static str
fn group_name() -> &'static str
Returns the group name.