pub fn binary<E1, E2>(op: BinOp, left: E1, right: E2) -> Expression where
    Expression: From<E1> + From<E2>, 
Expand description

make a BinaryExpression(left, op, right)