Skip to main content

NonMaxU32

Type Alias NonMaxU32 

Source
pub type NonMaxU32 = NonMax<u32>;
Expand description

An unsigned 32-bit integer that cannot be u32::MAX.

Aliased Typeยง

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