Trait chrono_humanize::Humanize [] [src]

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

Present the object in human friendly text form

Required Methods

Emits String that represents current object in human friendly form

Implementations on Foreign Types

impl Humanize for Duration
[src]

[src]

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

[src]

Implementors