Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d622ec5 commit 22d929dCopy full SHA for 22d929d
src/stream/extend.rs
@@ -1,6 +1,6 @@
1
use core::pin::Pin;
2
+use core::future::Future;
3
-use crate::future::Future;
4
use crate::stream::IntoStream;
5
6
/// Extends a collection with the contents of a stream.
0 commit comments