Type Alias AF4

Source
pub type AF4<Otype = PushPull> = Alternate<4, Otype>;
Expand description

Alternate function 4 (type state)

Aliased Typeยง

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