Type Alias AF7

Source
pub type AF7<Otype> = Alternate<Otype, 7>;
Expand description

Alternate function 7 (type state)

Aliased Typeยง

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