Type Alias AF3

Source
pub type AF3<Otype = PushPull> = Alternate<3, Otype>;
Expand description

Alternate function 3 (type state)

Aliased Typeยง

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