AF9

Type Alias AF9 

Source
pub type AF9<Otype = PushPull> = Alternate<9, Otype>;
Expand description

Alternate function 9 (type state)

Aliased Typeยง

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