Skip to main content

NonMaxU64

Type Alias NonMaxU64 

Source
pub type NonMaxU64 = NonMax<u64>;
Expand description

An unsigned 64-bit integer that cannot be u64::MAX.

Aliased Typeยง

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