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