Type Alias AF8

Source
pub type AF8<Otype> = Alternate<Otype, 8>;
Expand description

Alternate function 8 (type state)

Aliased Typeยง

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