Type Alias AF1

Source
pub type AF1<Otype> = Alternate<Otype, 1>;
Expand description

Alternate function 1 (type state)

Aliased Typeยง

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