pub trait HumanFormat {
// Required method
fn human_format(&self) -> String;
}Required Methods§
fn human_format(&self) -> String
Implementations on Foreign Types§
Source§impl HumanFormat for Duration
impl HumanFormat for Duration
fn human_format(&self) -> String
Source§impl HumanFormat for Duration
Available on crate features time and serde only.
impl HumanFormat for Duration
Available on crate features
time and serde only.fn human_format(&self) -> String
Source§impl HumanFormat for Duration
Available on crate features chrono and serde only.
impl HumanFormat for Duration
Available on crate features
chrono and serde only.