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 94b6272 commit af54371Copy full SHA for af54371
book/src/clauses/well_known_traits.md
@@ -28,7 +28,7 @@ Some common examples of auto traits are `Send` and `Sync`.
28
[coinductive_section]: ../engine/logic/coinduction.html#coinduction-and-refinement-strands
29
30
# Current state
31
-| Type | Copy | Clone | Sized | Unsize | Drop | FnOnce | Unpin | Generator | auto traits |
+| Type | Copy | Clone | Sized | Unsize | Drop | FnOnce/FnMut/Fn | Unpin | Generator | auto traits |
32
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
33
| tuple types | ✅ | ✅ | ✅ | ✅ | ⚬ | ⚬ | ⚬ | ⚬ | ❌ |
34
| structs | ⚬ | ⚬ | ✅ | ✅ | ⚬ | ⚬ | ⚬ | ⚬ | ✅ |
0 commit comments