Module chalk_ir::visit::boring_impls
source · Expand description
This module contains “rote and uninteresting” impls of TypeVisitable for
various types. In general, we prefer to derive TypeVisitable, but
sometimes that doesn’t work for whatever reason.
The more interesting impls of TypeVisitable remain in the visit module.
Macros§
Functions§
- Convenience function to visit all the items in the iterator it.