mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
tcp: export Incoming type (#1602)
This commit is contained in:
committed by
Carl Lerche
parent
c78c9168d7
commit
aefaef3abf
@@ -23,5 +23,7 @@ mod listener;
|
||||
pub mod split;
|
||||
mod stream;
|
||||
|
||||
#[cfg(feature = "async-traits")]
|
||||
pub use self::incoming::Incoming;
|
||||
pub use self::listener::TcpListener;
|
||||
pub use self::stream::TcpStream;
|
||||
|
||||
Reference in New Issue
Block a user