Function rtss::duration_to_human [] [src]

pub fn duration_to_human(d: &Duration) -> String

Convert a time::Duration to a formatted String such as "15h4m5.42s" or "424.2ms", or "" for a zero duration.