Skip to main content

Clock

Trait Clock 

Source
pub trait Clock: Send + Sync {
    // Required method
    fn now_system(&self) -> SystemTime;
}

Required Methods§

Implementors§