rustc_ast::visit

Function walk_path

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