Trait transient_hashmap::Timer [] [src]

pub trait Timer {
    fn get_time(&self) -> i64;
}

Time provider.

Required Methods

Returns current timestamp in seconds.

Implementors