Type Alias AF15

Source
pub type AF15<Otype> = Alternate<Otype, 15>;
Expand description

Alternate function 15 (type state)

Aliased Typeยง

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