pub fn create_test_keybindings<TestKeybinding: CustomKeybinding, CustomEvent: CustomEvent>(
custom_key_bindings: TestKeybinding,
) -> KeyBindings<TestKeybinding, CustomEvent>Expand description
Create a mocked version of KeyBindings.
pub fn create_test_keybindings<TestKeybinding: CustomKeybinding, CustomEvent: CustomEvent>(
custom_key_bindings: TestKeybinding,
) -> KeyBindings<TestKeybinding, CustomEvent>Create a mocked version of KeyBindings.