pub trait TimerClient { // Required method fn timer(&self); }
Callback handler for when a timer fires.