reachability_
core
0.0.1
Time
Provider
Required Methods
now
Implementors
In crate reachability_
core
reachability_core
Trait
TimeProvider
Copy item path
Source
pub trait TimeProvider { // Required method fn
now
(&mut self) ->
MonotonicInstant
; }
Required Methods
§
Source
fn
now
(&mut self) ->
MonotonicInstant
Implementors
§
Source
§
impl
TimeProvider
for
MonotonicInstant