Struct chrono_humanize::HumanTime [] [src]

pub struct HumanTime(_);

Trait Implementations

impl Debug for HumanTime
[src]

Formats the value using the given formatter.

impl Display for HumanTime
[src]

Formats the value using the given formatter. Read more

impl From<Duration> for HumanTime
[src]

Performs the conversion.

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

Performs the conversion.