define_binary_op

Macro define_binary_op 

Source
macro_rules! define_binary_op {
    ($fnName: ident, $exprName: ident) => { ... };
}