pub type TransportChannelRead = Box<dyn Stream<Item = Vec<u8>> + Send + Unpin + 'static>;
Expand description

Receiver side of the channel