AF12

Type Alias AF12 

Source
pub type AF12<Otype = PushPull> = Alternate<12, Otype>;
Expand description

Alternate function 12 (type state)

Aliased Typeยง

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