Type Alias AF5

Source
pub type AF5<Otype> = Alternate<Otype, 5>;
Expand description

Alternate function 5 (type state)

Aliased Typeยง

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