ActionSetId

Type Alias ActionSetId 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'static str)

Some value of type T.