Trait backoff::Clock[][src]

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

Clock returns the current time.

Required methods

Implementors