pub const MAX: u128 = u128::MAX; // 340_282_366_920_938_463_463_374_607_431_768_211_455u128
👎 Deprecating in a future Rust version:
replaced by the MAX
associated constant on this type
pub const MAX: u128 = u128::MAX; // 340_282_366_920_938_463_463_374_607_431_768_211_455u128
replaced by the MAX
associated constant on this type