Module visit

Source
Expand description

Immutable IR traversal.

Traits§

DynInnerVisit
Dynamic dispatch version of InnerVisit.
InnerVisit
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