Expand description
Combinators and utilities for working with Future
s, Stream
s, Sink
s,
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;