Skip to main content

NonMaxI32

Type Alias NonMaxI32 

Source
pub type NonMaxI32 = NonMax<i32>;
Expand description

A signed 32-bit integer that cannot be i32::MAX.

Aliased Typeยง

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