macro_rules! monty_field_op {
($op:tt, $func:ident, $inner_func:ident) => { ... };
}Expand description
Emit a core::ops trait wrapper for an inherent method.
macro_rules! monty_field_op {
($op:tt, $func:ident, $inner_func:ident) => { ... };
}Emit a core::ops trait wrapper for an inherent method.