Type Alias TapHoldKey

Source
pub type TapHoldKey = Key<Ref>;
Expand description

Type aliases for convenience.

Aliased Type§

pub struct TapHoldKey {
    pub tap: Ref,
    pub hold: Ref,
}

Fields§

§tap: Ref

The ‘tap’ key.

§hold: Ref

The ‘hold’ key.