pub const MIN: u8 = u8::MIN; // 0u8
👎 Deprecating in a future Rust version:
replaced by the MIN
associated constant on this type
pub const MIN: u8 = u8::MIN; // 0u8
replaced by the MIN
associated constant on this type