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
macro_rules! impl_add_sub_from_field_ref {
($type: ident, $params: ident) => { ... };
}
Implements Add, Sub, AddAssign, and SubAssign on Self by deferring to an implementation on &Self