pub fn visit_expr_unary<'ast, V>(v: &mut V, node: &'ast ExprUnary) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.