Trait chrono_humanize::Humanize [] [src]

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

Required Methods

Implementors