pub type NonMaxU16 = NonMax<u16>;Expand description
An unsigned 16-bit integer that cannot be u16::MAX.
Aliased Type§
pub struct NonMaxU16(/* private fields */);pub type NonMaxU16 = NonMax<u16>;An unsigned 16-bit integer that cannot be u16::MAX.
pub struct NonMaxU16(/* private fields */);