Function fmt_subsecond

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

Format the subsecond into the designated output.