Function walk_deref

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