Skip to main content

NonMaxU128

Type Alias NonMaxU128 

Source
pub type NonMaxU128 = NonMax<u128>;
Expand description

An unsigned 128-bit integer that cannot be u128::MAX.

Aliased Typeยง

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