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 f4e2302 commit 35ab65fCopy full SHA for 35ab65f
src/stream/stream/mod.rs
@@ -960,7 +960,7 @@ extension_trait! {
960
fn try_for_each<F, E>(
961
self,
962
f: F,
963
- ) -> impl Future<Output = R> [TryForEeachFuture<Self, F, Self::Item, E>]
+ ) -> impl Future<Output = E> [TryForEeachFuture<Self, F, Self::Item, E>]
964
where
965
Self: Sized,
966
F: FnMut(Self::Item) -> Result<(), E>,
0 commit comments