Type Alias ChordedPendingKeyState

Source
pub type ChordedPendingKeyState = PendingKeyState<CHORDED_MAX_CHORDS, CHORDED_MAX_CHORD_SIZE, CHORDED_MAX_PRESSED_INDICES>;
Expand description

Type aliases for convenience.

Aliased Type§

pub struct ChordedPendingKeyState { /* private fields */ }

Trait Implementations§

Source§

impl<'pks> TryFrom<&'pks mut PendingKeyState> for &'pks mut ChordedPendingKeyState

Source§

type Error = ()

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

fn try_from(pks: &'pks mut PendingKeyState) -> Result<Self, Self::Error>

Performs the conversion.