fn fmt_subsecond(
output: &mut (impl Write + ?Sized),
nanos: ru32<0, { _ }>,
_: Subsecond,
) -> Result<usize, Error>Available on crate feature
formatting only.Expand description
Format the subsecond into the designated output.