mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-01 22:16:40 +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>(
|
||||
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…
Reference in a new issue