smart_keymap::init

Type Alias KeyDefinitionsType

Source
pub type KeyDefinitionsType = Keys1<Key, Context, Event, PressedKey>;
Expand description

Alias for a tuples KeysN type. Without a custom keymap, just a single composite::Key.

Aliased Typeยง

struct KeyDefinitionsType(/* private fields */);