Skip to main content

Clock

Trait Clock 

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

Required Methods§

Source

fn now_ms(&self) -> u64

Implementors§