Type Alias AF4

Source
pub type AF4<Otype> = Alternate<Otype, 4>;
Expand description

Alternate function 4 (type state)

Aliased Typeยง

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