Skip to main content

Module non_max

Module non_max 

Expand description

Integer newtypes that are guaranteed not to be their maximum value.

Structsยง

NonMaxU8
A u8 value that is known not to be u8::MAX.
NonMaxU16
A u16 value that is known not to be u16::MAX.
NonMaxU32
A u32 value that is known not to be u32::MAX.
NonMaxU64
A u64 value that is known not to be u64::MAX.
NonMaxUsize
A usize value that is known not to be usize::MAX.