Trait chrono_elapsed::Abbreviate[][src]

pub trait Abbreviate {
    fn abbrev(&self) -> &'static str;
fn abbrev_short(&self) -> &'static str; }

Required methods

Implementors