pub trait Humanize { // Required method fn humanize(&self) -> String; }
Display Duration as human readable time
Duration