Skip to main content

NonMaxU64

Type Alias NonMaxU64 

Source
pub type NonMaxU64 = NonAnyU64<{ u64::MAX }>;
Expand description

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

Aliased Typeยง

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