[][src]Trait hhmmss::Hhmmss

pub trait Hhmmss {
    fn sms(&self) -> (i64, i64);

    fn hhmmss(&self) -> String { ... }
fn hhmmssxxx(&self) -> String { ... } }

Required methods

fn sms(&self) -> (i64, i64)

Loading content...

Provided methods

fn hhmmss(&self) -> String

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

fn hhmmssxxx(&self) -> String

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

Loading content...

Implementations on Foreign Types

impl Hhmmss for Duration[src]

impl Hhmmss for Duration[src]

impl Hhmmss for Duration[src]

Loading content...

Implementors

Loading content...