pub const fn new_non_zero_u8(value: u8) -> NonZeroU8
Expand description

Similar to NonZeroU8::new_unchecked() but checks are made when compiling with debug assertions.