Skip to main content

Clock

Trait Clock 

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

Required Methods§

Source

fn now_secs(&self) -> i64

Implementors§