Function time::formatting::fmt_minute
source ยท fn fmt_minute(
output: &mut impl Write,
time: Time,
_: Minute,
) -> Result<usize, Error>
Expand description
Format the minute into the designated output.
fn fmt_minute(
output: &mut impl Write,
time: Time,
_: Minute,
) -> Result<usize, Error>
Format the minute into the designated output.