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