Function rustc_hir::intravisit::walk_path

source ·
pub fn walk_path<'v, V: Visitor<'v>>(
    visitor: &mut V,
    path: &Path<'v>
) -> V::Result