Type Alias AF10

Source
pub type AF10<Otype> = Alternate<Otype, 10>;
Expand description

Alternate function 10 (type state)

Aliased Typeยง

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