Function agde::utils::fmt_dur_display
source ยท pub fn fmt_dur_display(dur: Duration) -> impl Display
Expand description
Same as fmt_dur
but into an object that implements fmt::Display
.
pub fn fmt_dur_display(dur: Duration) -> impl Display
Same as fmt_dur
but into an object that implements fmt::Display
.