pub type MpscReceiver<T> = Receiver<T>;

Aliased Type§

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