☰
Timer
Required Methods
get_time
Implementors
In transient_hashmap
?
Trait
transient_hashmap
::
Timer
source
·
[
−
]
pub trait Timer { fn
get_time
(&self) ->
i64
; }
Expand description
Time provider.
Required methods
source
fn
get_time
(&self) ->
i64
Returns current timestamp in seconds.
Implementors
source
impl
Timer
for
StandardTimer