We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 585b9bc + 330ef95 commit 735c5dbCopy full SHA for 735c5db
src/special-types-and-traits.md
@@ -80,6 +80,7 @@ types:
80
81
* Types with a built-in `Copy` implementation (see above)
82
* [Tuples] of `Clone` types
83
+* [Closures] that only capture values of `Clone` types or capture no values from the environment
84
85
## `Send`
86
0 commit comments