Type Alias AF11

Source
pub type AF11<Otype = PushPull> = Alternate<11, Otype>;
Expand description

Alternate function 11 (type state)

Aliased Typeยง

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