Trait time_humanize::Humanize[][src]

pub trait Humanize {
    fn humanize(&self) -> String;
}
Expand description

Display Duration as human readable time

Required methods

Implementations on Foreign Types

Implementors