Type Alias ng_net::utils::Receiver

source ·
pub type Receiver<T> = UnboundedReceiver<T>;

Aliased Type§

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