Struct indicatif::HumanDuration [] [src]

pub struct HumanDuration(pub Duration);

Wraps an std duration for human readable formatting.

Trait Implementations

impl Display for HumanDuration
[src]

[src]

Formats the value using the given formatter. Read more