Trait openzwave::manager::NotificationWatcher [] [src]

pub trait NotificationWatcher: Sync {
    fn on_notification(&self, _: &Notification);
}

Required Methods

Implementors