Clock

Trait Clock 

Source
pub trait Clock: Send + Sync {
    // Required methods
    fn now(&self) -> DateTime<Utc>;
    fn monotonic_instant(&self) -> Instant;
}

Required Methods§

Implementors§