rustc_
data_
structures
1.83.0-beta.6
(4ff8ff0ec 2024-11-16)
Module captures
Module Items
Traits
In crate rustc_
data_
structures
rustc_data_structures
Module
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.