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