Module tokio_util::compat [−][src]
Compatibility between the tokio::io
and futures-io
versions of the
AsyncRead
and AsyncWrite
traits.
Structs
Compat | A compatibility layer that allows conversion between the
|
Traits
FuturesAsyncReadCompatExt | Extension trait that allows converting a type implementing
|
FuturesAsyncWriteCompatExt | Extension trait that allows converting a type implementing
|
Tokio02AsyncReadCompatExt | Extension trait that allows converting a type implementing
|
Tokio02AsyncWriteCompatExt | Extension trait that allows converting a type implementing
|