Skip to main content

ShortcutMap

Type Alias ShortcutMap 

Source
pub type ShortcutMap<C> = HashMap<Shortcut, C>;
Expand description

Maps Shortcut โ†’ C (an app-defined command value).

Aliased Typeยง

pub struct ShortcutMap<C> { /* private fields */ }