Module futures_util::compat
source · Expand description
Interop between futures
0.1 and 0.3.
This module is only available when the compat
feature of this
library is activated.
Structs
- Converts a futures 0.1 Future, Stream, AsyncRead, or AsyncWrite object to a futures 0.3-compatible version,
- Converts a futures 0.1 Sink object to a futures 0.3-compatible version
Traits
- Extension trait for futures 0.1
Executor
. - Extension trait for futures 0.1
Future
- Extension trait for futures 0.1
Sink
- Extension trait for futures 0.1
Stream
Type Aliases
- A future that can run on a futures 0.1
Executor
.