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

Time provider.

Required methods

Returns current timestamp in seconds.

Implementors