☰
Clock
Clock
Required Methods
now
Implementors
In backoff
Modules
backoff
default
exponential
future
Structs
SystemClock
Enums
Error
Traits
Clock
Notify
Functions
retry
retry_notify
Type Definitions
ExponentialBackoff
ExponentialBackoffBuilder
?
Trait
backoff
::
Clock
source
·
[
−
]
pub trait Clock { fn
now
(&self) ->
Instant
; }
Expand description
Clock returns the current time.
Required Methods
§
source
fn
now
(&self) ->
Instant
Implementors
§
source
§
impl
Clock
for
SystemClock