Skip to main content

NonMaxI32

Type Alias NonMaxI32 

Source
pub type NonMaxI32 = NonAnyI32<{ i32::MAX }>;
Expand description

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

Aliased Typeยง

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