Type Alias AF2

Source
pub type AF2<Otype> = Alternate<Otype, 2>;
Expand description

Alternate function 2 (type state)

Aliased Typeยง

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