[][src]Trait chrono_human_duration::ChronoHumanDuration

pub trait ChronoHumanDuration {
    type Displayer: Display;
    fn format_human(&self) -> Self::Displayer;
}

Associated Types

Loading content...

Required methods

fn format_human(&self) -> Self::Displayer

Loading content...

Implementations on Foreign Types

impl ChronoHumanDuration for Duration[src]

Loading content...

Implementors

Loading content...