pub(crate) fn format_five_digits_pad_zero(
output: &mut (impl Write + ?Sized),
value: ru32<0, 99_999>,
) -> Result<usize>Available on crate feature
formatting only.Expand description
Format a five digit number that is padded with zeroes.