AF6

Type Alias AF6 

Source
pub type AF6<Otype = PushPull> = Alternate<6, Otype>;
Expand description

Alternate function 6 (type state)

Aliased Typeยง

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