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