Function rustc_hir::intravisit::walk_ty

source ยท
pub fn walk_ty<'v, V: Visitor<'v>>(
    visitor: &mut V,
    typ: &'v Ty<'v>,
) -> V::Result