ockam_node::channel_types

Type Alias SmallReceiver

Source
pub type SmallReceiver<T> = Receiver<T>;
Expand description

Receiver for small channels

Aliased Typeยง

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