Skip to main content

NonMaxI64

Type Alias NonMaxI64 

Source
pub type NonMaxI64 = NonMax<i64>;
Expand description

A signed 64-bit integer that cannot be i64::MAX.

Aliased Typeยง

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