Expand description
Provides abstractions to use AsyncRead
and AsyncWrite
with a WebSocketStream
.
Structsยง
- Byte
Reader - Treat a
WebSocketStream
as anAsyncRead
implementation. - Byte
Writer - Treat a
WebSocketStream
as anAsyncWrite
implementation.
Functionsยง
- convert_
err ๐ - poll_
read_ ๐helper - poll_
write_ ๐helper