[−][src]Module tokio_util::compat
This is supported on crate feature
compat
only.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
|
TokioAsyncReadCompatExt | Extension trait that allows converting a type implementing
|
TokioAsyncWriteCompatExt | Extension trait that allows converting a type implementing
|