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

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

Required Methods

fn on_notification(&self, &Notification)

Implementors