Trait SetKeymapContext

Source
pub trait SetKeymapContext {
    // Required method
    fn set_keymap_context(&mut self, context: KeymapContext);
}
Expand description

Trait for setting the keymap context.

Required Methods§

Source

fn set_keymap_context(&mut self, context: KeymapContext)

Sets the keymap context.

Implementors§