pub type LayoutId = Option<&'static str>;
An identifier representing the way device inputs are mapped to actions via action maps.
actions
action maps
pub enum LayoutId { None, Some(&'static str), }
No value.
Some value of type T.
T