Skip to main content

NonMaxI64

Type Alias NonMaxI64 

Source
pub type NonMaxI64 = NonAnyI64<{ i64::MAX }>;
Expand description

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

Aliased Typeยง

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