Expand description
Immutable IR traversal.
Traits§
- DynInner
Visit - Dynamic dispatch version of
InnerVisit
. - Inner
Visit - Trait implemented on “deeply visitable” types, to further “explore” a type by visiting its “interior” (i.e. variants and/or fields).
- Visit
- Trait implemented on “visitable” types (shallowly visitable, at least).
- Visitor