We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e02cd commit 8a7af69Copy full SHA for 8a7af69
futures/src/lib.rs
@@ -302,9 +302,9 @@ pub mod io {
302
303
pub use futures_util::io::{
304
AsyncReadExt, AsyncWriteExt, AsyncSeekExt, AsyncBufReadExt, AllowStdIo,
305
- BufReader, BufWriter, Close, CopyInto, Flush, Lines, Read, ReadExact,
306
- ReadHalf, ReadLine, ReadToEnd, ReadUntil, ReadVectored, Seek, Window,
307
- Write, WriteAll, WriteHalf, WriteVectored,
+ BufReader, BufWriter, Close, CopyInto, CopyBufInto, Flush, Lines, Read,
+ ReadExact, ReadHalf, ReadLine, ReadToEnd, ReadUntil, ReadVectored, Seek,
+ Window, Write, WriteAll, WriteHalf, WriteVectored,
308
};
309
}
310
@@ -400,6 +400,7 @@ pub mod stream {
400
iter, Iter,
401
repeat, Repeat,
402
empty, Empty,
403
+ pending, Pending,
404
once, Once,
405
poll_fn, PollFn,
406
select, Select,
0 commit comments