Type Alias TapDanceEvent

Source
pub type TapDanceEvent = Event;
Expand description

Type aliases for convenience.

Aliased Type§

pub enum TapDanceEvent {
    NextPressTimeout(u8),
}

Variants§

§

NextPressTimeout(u8)

Timed out waiting for the next press of the tap-dance key.

Trait Implementations§

Source§

impl TryFrom<Event> for TapDanceEvent

Source§

type Error = EventError

The type returned in the event of a conversion error.
Source§

fn try_from(ev: Event) -> Result<Self, Self::Error>

Performs the conversion.