Function time::formatting::format_number_pad_none

source ยท
pub(crate) fn format_number_pad_none(
    output: &mut impl Write,
    value: impl Integer + Copy,
) -> Result<usize, Error>
Expand description

Format a number with no padding.

If the sign is mandatory, the sign must be written by the caller.