Skip to main content

NonMaxI128

Type Alias NonMaxI128 

Source
pub type NonMaxI128 = NonAnyI128<{ i128::MAX }>;
Expand description

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

Aliased Typeยง

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