Trait rust_helpers::HMS

source ·
pub trait HMS {
    // Required methods
    fn hms(&self) -> String;
    fn hmsxxx(&self) -> String;
}

Required Methods§

source

fn hms(&self) -> String

source

fn hmsxxx(&self) -> String

Implementations on Foreign Types§

source§

impl HMS for Duration

source§

fn hms(&self) -> String

source§

fn hmsxxx(&self) -> String

Implementors§