mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-14 12:26:47 +00:00
Fix docs
This commit is contained in:
parent
f4e2302e7e
commit
35ab65fe8e
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ extension_trait! {
|
||||||
fn try_for_each<F, E>(
|
fn try_for_each<F, E>(
|
||||||
self,
|
self,
|
||||||
f: F,
|
f: F,
|
||||||
) -> impl Future<Output = R> [TryForEeachFuture<Self, F, Self::Item, E>]
|
) -> impl Future<Output = E> [TryForEeachFuture<Self, F, Self::Item, E>]
|
||||||
where
|
where
|
||||||
Self: Sized,
|
Self: Sized,
|
||||||
F: FnMut(Self::Item) -> Result<(), E>,
|
F: FnMut(Self::Item) -> Result<(), E>,
|
||||||
|
|
Loading…
Reference in a new issue