Type Alias AF7

Source
pub type AF7<Otype = PushPull> = Alternate<7, Otype>;
Expand description

Alternate function 7 (type state)

Aliased Typeยง

pub struct AF7<Otype = PushPull>(/* private fields */);