Type Alias Two

Source
pub type Two = Succ<One>;
Expand description

Constant two (2)

Aliased Typeยง

pub struct Two { /* private fields */ }