Module stream

Source
Expand description

Types representing incoming and/or outgoing async Message streams.

Structs§

DuplexStream
A readable and writeable WebSocket Message async stream.
MessageStream
A Stream of Messages, returned by WebSocket::stream(), used via Stream!.