rustc_
data_
structures
1.82.0
(f6e511eec 2024-10-15)
Module captures
Traits
In crate rustc_
data_
structures
Module
rustc_data_structures
::
captures
Copy item path
source
·
[
−
]
Traits
§
Captures
“Signaling” trait used in impl trait to tag lifetimes that you may need to capture but don’t really need for other reasons. Basically a workaround; see
this comment
for details.