Function walk_ref

Source
pub fn walk_ref<'hir, V>(v: &mut V, r: &'hir Expression<'hir>) -> V::Result
where V: Visitor<'hir> + ?Sized,