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