Expand description
Combinators and utilities for working with Futures, Streams, Sinks,
and the AsyncRead and AsyncWrite traits.
Re-exports§
pub use future::FutureExt;pub use io::AsyncReadExt;pub use io::AsyncWriteExt;pub use stream::StreamExt;pub use sink::SinkExt;