Function write_hundreds

Source
pub(crate) fn write_hundreds(w: &mut (impl Write + ?Sized), n: u8) -> Result
Expand description

Equivalent to {:02} formatting for n < 100.