Type Alias AF0

Source
pub type AF0<Otype = PushPull> = Alternate<0, Otype>;
Expand description

Alternate function 0 (type state)

Aliased Typeยง

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