Function fmt_duration_string

Source
pub fn fmt_duration_string<W: Write>(
    f: &mut W,
    v: i64,
    unit: TimeUnit,
) -> Result