promote_binary

Function promote_binary 

Source
pub fn promote_binary(
    op: BinaryOp,
    a: &Value,
    b: &Value,
) -> Result<(Value, Value)>