Function easy_plugin::extractor::expr_to_assign_op []

pub fn expr_to_assign_op(expr: &Expr)
                         -> Result<(Spanned<BinOpKind>, P<Expr>, P<Expr>), (Span, String)>

Returns the ExprKind::AssignOp values in the supplied Expr.