time::formatting

Function fmt_minute

Source
fn fmt_minute(
    output: &mut (impl Write + ?Sized),
    time: Time,
    _: Minute,
) -> Result<usize, Error>
Expand description

Format the minute into the designated output.