Trait sn0int::worker::EventWithCallback[][src]

pub trait EventWithCallback {
    type Payload;
    fn with_callback(self, tx: Sender<Result<Self::Payload, String>>) -> Event2;
}

Associated Types

Loading content...

Required methods

Loading content...

Implementors

Loading content...