Struct backoff::SystemClock [] [src]

pub struct SystemClock {}

SystemClock uses the system's clock to get the current time. This Clock should be used for real use-cases.

Trait Implementations

impl Clock for SystemClock
[src]

impl Default for SystemClock
[src]

Returns the "default value" for a type. Read more