smart_keymap::key::composite

Trait TapHoldNestable

Source
pub trait TapHoldNestable:
    Key<Context = Context, Event = Event, PressedKey = BasePressedKey>
    + Copy
    + PartialEq
    + Into<BaseKey> { }
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§