Module rustc::hir::fold
[−]
[src]
Unstable (
rustc_private
)A Folder represents an HIR->HIR fold; it accepts a HIR piece, and returns a piece of the same type.
Traits
Folder | [Unstable] |