Skip to main content

NonMaxI128

Type Alias NonMaxI128 

Source
pub type NonMaxI128 = NonMax<i128>;
Expand description

A signed 128-bit integer that cannot be i128::MAX.

Aliased Typeยง

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