Trait chrono_humanize::Humanize
[−]
[src]
pub trait Humanize { fn humanize(&self) -> String; }
Present the object in human friendly text form
Required Methods
Implementations on Foreign Types
impl Humanize for Duration
[src]
impl<TZ> Humanize for DateTime<TZ> where
TZ: TimeZone,
[src]
TZ: TimeZone,