Type Alias ockam_node::channel_types::SmallSender

source ·
pub type SmallSender<T> = Sender<T>;
Expand description

Sender for small channels

Aliased Type§

struct SmallSender<T> { /* private fields */ }