pub(crate) type StreamMpscReceiver<T> = Receiver<T, MpscSpec>;
MPSC queue relating to a stream (either inbound or outbound), receiver
pub(crate) struct StreamMpscReceiver<T> { /* private fields */ }