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.