pub trait EventWatchCallback {
    fn callback(&mut self, event: Event);
}
Expand description

A callback trait for [EventSubsystem::add_event_watch].

Required Methods

Implementors