Type Alias ockam_node::channel_types::SmallReceiver
source · pub type SmallReceiver<T> = Receiver<T>;Expand description
Receiver for small channels
Aliased Type§
struct SmallReceiver<T> { /* private fields */ }pub type SmallReceiver<T> = Receiver<T>;Receiver for small channels
struct SmallReceiver<T> { /* private fields */ }