pub type NonMaxU128 = NonMax<u128>;
An unsigned 128-bit integer that cannot be u128::MAX.
u128::MAX
pub struct NonMaxU128(/* private fields */);