Type Alias AF9

Source
pub type AF9<Otype> = Alternate<Otype, 9>;
Expand description

Alternate function 9 (type state)

Aliased Typeยง

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