Module captures
rustc_
data_
structures
1.84.0-dev
Module captures
Module Items
Traits
In crate rustc_
data_
structures
Modules
aligned
atomic_ref
base_n
binary_search_util
captures
fingerprint
flat_map_in_place
flock
frozen
fx
graph
hashes
intern
jobserver
marker
memmap
obligation_forest
owned_slice
packed
profiling
sharded
small_c_str
snapshot_map
snapshot_vec
sorted_map
sso
stable_hasher
stack
steal
svh
sync
tagged_ptr
temp_dir
thinvec
transitive_relation
undo_log
unhash
unify
unord
work_queue
Macros
define_id_collections
define_stable_id_collections
external_bitflags_debug
impl_tag
parallel
static_assert_size
Structs
AtomicRef
FatalErrorMarker
OnDrop
Functions
defer
make_display
outline
rustc_data_structures
Module
captures
Copy item path
Settings
Help
Summary
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.