time::formatting

Function fmt_subsecond

Source
fn fmt_subsecond(
    output: &mut (impl Write + ?Sized),
    time: Time,
    _: Subsecond,
) -> Result<usize, Error>
Expand description

Format the subsecond into the designated output.