Module rustc_middle::ty::structural_impls
source · Expand description
This module contains implements of the Lift
and TypeFoldable
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.