Function fmt_period

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

Format the period into the designated output.