Type Alias AsyncSender

Source
pub type AsyncSender<M, R> = Sender<MessageWithCallback<M, R>>;

Aliased Typeยง

struct AsyncSender<M, R> { /* private fields */ }