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 */ }