teki_common/traits/
timer.rs

1pub trait Timer {
2    fn passed_one_second(&mut self) -> bool;
3}