Type Alias AF6

Source
pub type AF6<Otype> = Alternate<Otype, 6>;
Expand description

Alternate function 6 (type state)

Aliased Typeยง

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