backoff

Trait Clock

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

Clock returns the current time.

Required Methods§

Source

fn now(&self) -> Instant

Implementors§