Trait transient_hashmap::Timer
[−]
[src]
pub trait Timer { fn get_time(&self) -> i64; }
Time provider.
Required Methods
Implementors
impl Timer for StandardTimer