pub trait TimerCycle { // Required method fn cycle(&self) -> u64; }
Trait for types that have timers.