Clock

Trait Clock 

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

Required Methods§

Source

fn now_ns(&self) -> i64

Implementors§