Trait TimeExt

Source
pub trait TimeExt {
    // Required methods
    fn local_ymd(&self) -> String;
    fn local_ymd_hm(&self) -> String;
}

Required Methods§

Implementors§