Function walk_type

Source
pub fn walk_type<'hir, V>(v: &mut V, ty: &'hir Type<'hir>) -> V::Result
where V: Visitor<'hir> + ?Sized,