pub fn visit_expr_assign_op_mut<V>(v: &mut V, node: &mut ExprAssignOp)where
    V: VisitMut + ?Sized,
Available on crate feature visit-mut only.