pub trait Clock {
    fn now(&mut self) -> Instant;
}

Required methods

Implementors