backoff
0.4.0
Clock
Required Methods
now
Implementors
In crate backoff
Trait
backoff
::
Clock
Copy item path
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
§
source
§
impl
Clock
for
SystemClock