This commit is contained in:
parent
2e0a59a70b
commit
79c05c97d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user