Type Alias ChordedContext

Source
pub type ChordedContext = Context<CHORDED_MAX_CHORDS, CHORDED_MAX_CHORD_SIZE, CHORDED_MAX_PRESSED_INDICES>;
Expand description

Type aliases for convenience.

Aliased Typeยง

pub struct ChordedContext { /* private fields */ }