Trait SystemTimeNow

Source
pub trait SystemTimeNow {
    // Required method
    fn sys_time_now(&self) -> SystemTime;
}

Required Methods§

Implementors§