Module stream

Module stream 

Source
Expand description

Interfaces for sending and receiving data.

Structsยง

BiStream
A bidirectional stream composed of SendStream and RecvStream.
OpeningBiStream
Future for an in-progress opening bidirectional stream.
OpeningUniStream
Future for an in-progress opening unidirectional stream.
RecvStream
A stream that can only be used to receive data.
SendStream
A stream that can only be used to send data.