Function walk_unary

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