stream: expose Timout (#4601)

This commit is contained in:
Adam Cigánek
2022-04-06 15:17:58 +02:00
committed by GitHub
parent f8a6cf49cd
commit 7d3b9d73ff
+1 -1
View File
@@ -78,7 +78,7 @@ pub mod wrappers;
mod stream_ext; mod stream_ext;
pub use stream_ext::{collect::FromStream, StreamExt}; pub use stream_ext::{collect::FromStream, StreamExt};
cfg_time! { cfg_time! {
pub use stream_ext::timeout::Elapsed; pub use stream_ext::timeout::{Elapsed, Timeout};
} }
mod empty; mod empty;