AF1

Type Alias AF1 

Source
pub type AF1<Otype = PushPull> = Alternate<1, Otype>;
Expand description

Alternate function 1 (type state)

Aliased Typeยง

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