[][src]Trait clock_cli::utils::PrettyDuration

pub trait PrettyDuration {
    fn pretty(&self) -> String;
}

Required methods

fn pretty(&self) -> String

Loading content...

Implementations on Foreign Types

impl PrettyDuration for Duration[src]

fn pretty(&self) -> String[src]

Pretty-prints a chrono::Duration in the form HH:MM:SS.xxx

Loading content...

Implementors

Loading content...