Expand description
This modules follows the implementation of folding in rustc. For more information read the
documentation in rustc_type_ir::fold
.
Macros§
- Trivial
Type 🔒Traversal Impls - Used for types that are
Copy
and which do not care arena allocated data (i.e., don’t need to be folded).