Skip to main content

NonMaxU32

Type Alias NonMaxU32 

Source
pub type NonMaxU32 = NonAnyU32<{ u32::MAX }>;
Expand description

An integer that is known not to equal u32::MAX.

Aliased Typeยง

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