Trait backoff::Clock [] [src]

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

Clock returns the current time.

Required Methods

Implementors