Expand description

For compat with tokio AsyncRead and AsyncWrite.

Structs

A wrapper for stream with ownership that impl AsyncReadRent and AsyncWriteRent. The Wrapper will impl tokio AsyncRead and AsyncWrite. Mainly used for compatible.

Traits

Reads bytes from a source.
Reads bytes from a source.
Writes bytes asynchronously.
Writes bytes to a sink.

Type Definitions