Trait clashctl_tui::HMS[][src]

pub trait HMS {
    fn as_second(&self) -> i64;

    fn hms(&self) -> String { ... }
}

Required methods

Provided methods

Implementations on Foreign Types

Implementors