pub trait EventAction<'data>: FnMut(Option<&Packet>, Clock, Event<'data>) -> Res<()> { }
Expand description

Shorthand trait for the signature of event-handling functions.

Implementors