Trait chrono_humanize::Humanize[][src]

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

Present the object in human friendly text form

Required methods

fn humanize(&self) -> String[src]

Emits String that represents current object in human friendly form

Loading content...

Implementations on Foreign Types

impl Humanize for Duration[src]

impl<TZ> Humanize for DateTime<TZ> where
    TZ: TimeZone
[src]

impl Humanize for SystemTime[src]

Loading content...

Implementors

Loading content...