mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
io: export Chain of AsyncReadExt::chain (#7599)
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ cfg_io_util! {
|
||||
pub(crate) mod util;
|
||||
pub use util::{
|
||||
copy, copy_bidirectional, copy_bidirectional_with_sizes, copy_buf, duplex, empty, repeat, sink, simplex, AsyncBufReadExt, AsyncReadExt, AsyncSeekExt, AsyncWriteExt,
|
||||
BufReader, BufStream, BufWriter, DuplexStream, Empty, Lines, Repeat, Sink, Split, Take, SimplexStream,
|
||||
BufReader, BufStream, BufWriter, Chain, DuplexStream, Empty, Lines, Repeat, Sink, Split, Take, SimplexStream,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ cfg_io_util! {
|
||||
pub use buf_writer::BufWriter;
|
||||
|
||||
mod chain;
|
||||
pub use chain::Chain;
|
||||
|
||||
mod copy;
|
||||
pub use copy::copy;
|
||||
|
||||
Reference in New Issue
Block a user