Type Alias AF12

Source
pub type AF12<Otype> = Alternate<Otype, 12>;
Expand description

Alternate function 12 (type state)

Aliased Typeยง

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