Function easy_plugin::extractor::expr_to_binary []

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

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