Trait backoff::Clock[][src]

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

Clock returns the current time.

Required methods

fn now(&self) -> Instant[src]

Loading content...

Implementors

impl Clock for SystemClock[src]

Loading content...