chrono_humanize

Trait Humanize

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

Present the object in human friendly text form

Required Methods§

Source

fn humanize(&self) -> String

Emits String that represents current object in human friendly form

Implementations on Foreign Types§

Source§

impl Humanize for SystemTime

Source§

impl Humanize for Duration

Source§

impl<TZ> Humanize for DateTime<TZ>
where TZ: TimeZone,

Implementors§