mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
io: export Chain
of AsyncReadExt::chain
(#7599)
This commit is contained in:
parent
94b6df699b
commit
7127e257a7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user