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