Function walk_variable

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