Trait ra_ap_hir_ty::TypeWalk[][src]

pub trait TypeWalk {
    fn walk(&self, f: &mut impl FnMut(&Ty));
}
Expand description

This allows walking structures that contain types to do something with those types, similar to Chalk’s Fold trait.

Required methods

Implementations on Foreign Types

Implementors