HumanFormat

Trait HumanFormat 

Source
pub trait HumanFormat {
    // Required method
    fn human_format(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl HumanFormat for Duration

Source§

impl HumanFormat for Duration

Available on crate features time and serde only.
Source§

impl HumanFormat for Duration

Available on crate features chrono and serde only.

Implementors§