macro_rules! impl_field_op {
    ($fe:tt, $uint:ty, $op:tt, $op_fn:ident, $func:ident) => { ... };
}
Expand description

Emit impls for a core::ops trait for all combinations of reference types, which thunk to the given function.