[][src]Trait backoff::Clock

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

Clock returns the current time.

Required methods

fn now(&self) -> Instant

Loading content...

Implementors

impl Clock for SystemClock[src]

Loading content...