Trait Clock

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

Required Methods§

Implementors§