Trait TapHoldNestable

Source
pub trait TapHoldNestable:
    Key<Context = Context, Event = Event, KeyState = KeyState, PendingKeyState = PendingKeyState>
    + Copy
    + PartialEq { }
Expand description

Trait for types which can be nested in TapHoldKey variants.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl TapHoldNestable for smart_keymap::key::caps_word::Key

Source§

impl TapHoldNestable for ModifierKey

Source§

impl TapHoldNestable for BaseKey

Source§

impl TapHoldNestable for smart_keymap::key::callback::Key

Source§

impl TapHoldNestable for smart_keymap::key::custom::Key

Source§

impl TapHoldNestable for smart_keymap::key::keyboard::Key

Source§

impl TapHoldNestable for smart_keymap::key::sticky::Key