pub fn format_duration(d: &Duration) -> StringExpand description
Canonical display for a duration: largest exact unit (500ms, 10s,
2m, 1h), falling back to milliseconds. Round-trips through
parse_duration.
pub fn format_duration(d: &Duration) -> StringCanonical display for a duration: largest exact unit (500ms, 10s,
2m, 1h), falling back to milliseconds. Round-trips through
parse_duration.