Struct humantime::FormattedDuration [] [src]

pub struct FormattedDuration(_);

A wrapper type that allows you to Display a Duration

Trait Implementations

impl Debug for FormattedDuration
[src]

[src]

Formats the value using the given formatter.

impl Display for FormattedDuration
[src]

[src]

Formats the value using the given formatter. Read more