Type Alias AF0

Source
pub type AF0<Otype> = Alternate<Otype, 0>;
Expand description

Alternate function 0 (type state)

Aliased Typeยง

pub struct AF0<Otype>(/* private fields */);