Function fmt_minute

Source
fn fmt_minute(
    output: &mut (impl Write + ?Sized),
    time: Time,
    _: Minute,
) -> Result<usize, Error>
Available on crate feature formatting only.
Expand description

Format the minute into the designated output.