pub trait EventAction<'data>: FnMut(Option<&Packet>, Clock, Event<'data>) -> Res<()> { }
Shorthand trait for the signature of event-handling functions.