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 6e353de commit d436508Copy full SHA for d436508
README.md
@@ -15,7 +15,7 @@
15
Trait synonyms for `Fn[…]`-trait bounds returning futures.
16
17
E.g. a 2-argument function `async fn foo(x: Bar, y: Baz) -> Qux` will implement
18
-<code>[AsyncFn2](https://docs.rs/async_fn_traits/0.1/async_fn_traits/AsyncFn2)<Bar, Baz, Output = Qux></code>.
+<code>[AsyncFn2](https://docs.rs/async_fn_traits/0.1/async_fn_traits/trait.AsyncFn2.html)<Bar, Baz, Output = Qux></code>.
19
20
_TODO: this crate is still not fully documented._
21
0 commit comments