Clock

Trait Clock 

Source
pub trait Clock {
    // Required method
    fn now(&self) -> Timestamp;
}

Required Methods§

Source

fn now(&self) -> Timestamp

Implementors§