Type Alias AF8

Source
pub type AF8<Otype = PushPull> = Alternate<8, Otype>;
Expand description

Alternate function 8 (type state)

Aliased Typeยง

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