pull/269/head
Fedor Sakharov 5 years ago
parent f4e2302e7e
commit 35ab65fe8e
No known key found for this signature in database
GPG Key ID: 93D436E666BF0FEE

@ -960,7 +960,7 @@ extension_trait! {
fn try_for_each<F, E>(
self,
f: F,
) -> impl Future<Output = R> [TryForEeachFuture<Self, F, Self::Item, E>]
) -> impl Future<Output = E> [TryForEeachFuture<Self, F, Self::Item, E>]
where
Self: Sized,
F: FnMut(Self::Item) -> Result<(), E>,

Loading…
Cancel
Save