async fn in topics
All checks were successful
buildbot/mdbook test Build done.

This commit is contained in:
AF 2023-09-28 18:15:37 +00:00
parent 2e0a59a70b
commit 79c05c97d2

View File

@ -5,9 +5,9 @@ Rows are ordered based on estimated difficulty.
| lifetimes\[-adjacent\] | `trait`s | `struct`s |
|------------------------|--------------------|---------------|
| [explicit lifetimes] | [`Fn`?] | [`Duration`] |
| [from reference] | [exclusive traits] | [All Errors?] |
| [extracting lifetimes] | [merging traits] | [`RcChars`] |
| [composition] | | [`AnyStr`] |
| [from reference] | [`async` `Fn`] | [All Errors?] |
| [extracting lifetimes] | [exclusive traits] | [`RcChars`] |
| [composition] | [merging traits] | [`AnyStr`] |
p.s. most of the exercises are actually about `trait`s, this categorisation isn't strict.
@ -22,3 +22,4 @@ p.s. most of the exercises are actually about `trait`s, this categorisation isn'
[`Duration`]: ./exercises/duration.md
[All Errors?]: ./exercises/all_errors.md
[from reference]: ./exercises/fromref.md
[`async` `Fn`]: ./exercises/async_fn.md