macro_rules! impl_additive_ops_from_ref {
($type:ident, $params:ident) => { ... };
}Expand description
Implements additive operations by deferring to an implementation on &Self.
macro_rules! impl_additive_ops_from_ref {
($type:ident, $params:ident) => { ... };
}Implements additive operations by deferring to an implementation on &Self.