Module fold

Source
Expand description

This modules follows the implementation of folding in rustc. For more information read the documentation in rustc_middle::ty::fold.

Macros§

TrivialTypeTraversalImpls 🔒
Used for types that are Copy and which do not care arena allocated data (i.e., don’t need to be folded).

Traits§

FallibleTypeFolder
TypeFoldable
TypeFolder
TypeSuperFoldable
TypeSuperVisitable
TypeVisitable
TypeVisitor