Type Alias near_async::messaging::AsyncSender

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

Aliased Type§

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