mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
io: Take struct re-export to main crate (#1670)
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ pub use tokio_fs::{stderr, stdin, stdout, Stderr, Stdin, Stdout};
|
||||
pub use tokio_io::split::split;
|
||||
pub use tokio_io::{
|
||||
empty, repeat, sink, AsyncBufRead, AsyncBufReadExt, AsyncRead, AsyncReadExt, AsyncWrite,
|
||||
AsyncWriteExt, BufReader, BufWriter, Empty, Repeat, Sink,
|
||||
AsyncWriteExt, BufReader, BufWriter, Empty, Repeat, Sink, Take,
|
||||
};
|
||||
|
||||
// Re-export io::Error so that users don't have to deal
|
||||
|
||||
Reference in New Issue
Block a user