Expand description
For compat with tokio AsyncRead and AsyncWrite.
Modules§
Structs§
- Stream
Wrapper - A wrapper for stream with ownership that impl AsyncReadRent and AsyncWriteRent. The Wrapper will impl tokio AsyncRead and AsyncWrite. Mainly used for compatible.
- TcpStream
Compat Unsafe
Traits§
- Async
Read - Reads bytes from a source.
- Async
Read Ext - Reads bytes from a source.
- Async
Write - Writes bytes asynchronously.
- Async
Write Ext - Writes bytes to a sink.