Type Alias Keymap

Source
pub type Keymap = Keymap<Context, Event, PendingKeyState, KeyState, KeyDefinitionsType>;
Expand description

Alias for the keymap::Keymap type.

Aliased Typeยง

struct Keymap { /* private fields */ }