Expand description
Types representing incoming and/or outgoing async
Message
streams.
Structs§
- Duplex
Stream - A readable and writeable WebSocket
Message
async
stream. - Message
Stream - A
Stream
ofMessage
s, returned byWebSocket::stream()
, used viaStream!
.