AF15

Type Alias AF15 

Source
pub type AF15<Otype = PushPull> = Alternate<15, Otype>;
Expand description

Alternate function 15 (type state)

Aliased Typeยง

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