Trait Clock
backoff
pub trait Clock { fn now(&self) -> Instant; }
Clock returns the current time.
fn now(&self) -> Instant
impl Clock for SystemClock