pub trait Timer { // Required method fn get_time(&self) -> i64; }
Time provider.
Returns current timestamp in seconds.