pub trait SetKeymapContext {
// Required method
fn set_keymap_context(&mut self, context: KeymapContext);
}
Expand description
Trait for setting the keymap context.
Required Methods§
Sourcefn set_keymap_context(&mut self, context: KeymapContext)
fn set_keymap_context(&mut self, context: KeymapContext)
Sets the keymap context.