rustc_
middle
1.86.0-nightly
(a567209da 2025-02-13)
Module visit
Module Items
Structs
Traits
In rustc_
middle::
ty
rustc_middle
::
ty
Module
visit
Copy item path
Source
Structs
§
Late
Bound
Regions
Collector
🔒
Collects all the late-bound regions at the innermost binding level into a hash set.
MaxUniverse
Finds the max universe present
Traits
§
Type
Super
Visitable
Type
Visitable
This trait is implemented for every type that can be visited, providing the skeleton of the traversal.
Type
Visitable
Ext
Type
Visitor
This trait is implemented for every visiting traversal. There is a visit method defined for every type of interest. Each such method has a default that recurses into the type’s fields in a non-custom fashion.