pub(crate) fn format_two_digits(
output: &mut (impl Write + ?Sized),
value: ru8<0, 99>,
padding: Padding,
) -> Result<usize>Available on crate feature
formatting only.Expand description
Format a two digit number with the specified padding.