Trait Humanize

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

Display Duration as human readable time

Required Methods§

Source

fn humanize(&self) -> String

Implementations on Foreign Types§

Source§

impl Humanize for Duration

Implementors§