Expand description
Stream utilities.
Modules§
Structs§
- Exchange
Stream - An
ExchangeStreamis a communication protocol agnosticStream. It polls protocol messages from the innerStream, and transforms them into the desired output data structure.
Stream utilities.
ExchangeStream is a communication protocol agnostic Stream. It polls protocol
messages from the inner Stream, and transforms them into the desired output data structure.