Function time::formatting::fmt_subsecond

source ·
fn fmt_subsecond<W: Write>(
    output: &mut W,
    time: Time,
    _: Subsecond
) -> Result<usize, Error>
Available on crate feature formatting only.
Expand description

Format the subsecond into the designated output.