Trait timer_list::TimerEvent
source · pub trait TimerEvent {
// Required method
fn callback(self, now: TimeValue);
}Expand description
A trait that all timed events must implement.
pub trait TimerEvent {
// Required method
fn callback(self, now: TimeValue);
}A trait that all timed events must implement.