Type Alias AF3

Source
pub type AF3<Otype> = Alternate<Otype, 3>;
Expand description

Alternate function 3 (type state)

Aliased Typeยง

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