Trait SetKeymapContext
pub trait SetKeymapContext {
// Required method
fn set_keymap_context(&mut self, context: KeymapContext);
}Expand description
Trait for setting the keymap context.
Required Methods§
fn set_keymap_context(&mut self, context: KeymapContext)
fn set_keymap_context(&mut self, context: KeymapContext)
Sets the keymap context.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".