Trait ScanEventHandler
trait ScanEventHandler: Send + 'static
Handler trait for receivers of ScanEvent.
Very much the same as EventHandler, but including the Result.
See the full example for more information.
Required Methods
fn handle_event(self: &mut Self, event: ScanEvent)Handles an event.
Implementors
impl<F> ScanEventHandler for Fimpl ScanEventHandler for std::sync::mpsc::Sender<ScanEvent>impl ScanEventHandler for ()