Trait 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§