Function time::formatting::fmt_subsecond

source ·
fn fmt_subsecond<W: Write>(
    output: &mut W,
    time: Time,
    _: Subsecond
) -> Result<usize, Error>
Expand description

Format the subsecond into the designated output.