pub fn walk_variable<'hir, V>(v: &mut V, path: &'hir Path) -> V::Resultwhere V: Visitor<'hir> + ?Sized,