Skip to main content

NonMaxU128

Type Alias NonMaxU128 

Source
pub type NonMaxU128 = NonAnyU128<{ u128::MAX }>;
Expand description

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

Aliased Typeยง

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