pub type ActionSetId = Option<&'static str>;Expand description
An identifier representing ActionSet, a set of bindings to a given action for each supported LayoutId.
Can be toggled on/off per user via System::mark_action_set_enabled.
Aliased Type§
pub enum ActionSetId {
None,
Some(&'static str),
}