StreamExt: add a trait for additional Stream methods (#573)

Primarily, it offers a `timeout` method for streams.
This commit is contained in:
Ben Boeckel
2018-09-07 15:43:03 -07:00
committed by Carl Lerche
parent 16664189c1
commit 89d969d518
3 changed files with 68 additions and 1 deletions
+1
View File
@@ -599,6 +599,7 @@ pub mod prelude {
pub use util::{
FutureExt,
StreamExt,
};
pub use ::std::io::{