Type Alias AF2

Source
pub type AF2<Otype = PushPull> = Alternate<2, Otype>;
Expand description

Alternate function 2 (type state)

Aliased Typeยง

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