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

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

Associated Types

type Payload

Loading content...

Required methods

fn with_callback(self, tx: Sender<Result<Self::Payload, String>>) -> Event2

Loading content...

Implementors

impl EventWithCallback for DatabaseEvent[src]

impl EventWithCallback for Blob[src]

type Payload = ()

Loading content...