AF5

Type Alias AF5 

Source
pub type AF5<Otype = PushPull> = Alternate<5, Otype>;
Expand description

Alternate function 5 (type state)

Aliased Typeยง

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