pub const MIN: u32 = u32::MIN; // 0u32
👎Deprecating in a future version: replaced by the
MIN
associated constant on this typeAvailable on crate feature
std
only.pub const MIN: u32 = u32::MIN; // 0u32
MIN
associated constant on this typestd
only.