Type Alias PartyNumber

Source
pub type PartyNumber = NonZero<u16>;
Expand description

Party number.

Aliased Typeยง

pub struct PartyNumber(/* private fields */);