Module rustc_type_ir::structural_impls
source · Expand description
This module contains implementations of the TypeFoldable
and TypeVisitable
traits for various types in the Rust compiler. Most are written by hand, though
we’ve recently added some macros and proc-macros to help with the tedium.