macro_rules! impl_add_sub_from_field_ref {
    ($type: ident, $params: ident) => { ... };
}
Expand description

Implements Add, Sub, AddAssign, and SubAssign on Self by deferring to an implementation on &Self