Function binary

Source
pub fn binary(
    op: BinaryOp,
    left: impl Into<Expr>,
    right: impl Into<Expr>,
) -> Expr