macro_rules! define_add_variants {
($(GENERIC = $generic:ident: $bound:ident,)? LHS = $lhs:ty, RHS = $rhs:ty, Output = $out:ty) => { ... };
}Expand description
Define borrow and non-borrow variants of Add.
macro_rules! define_add_variants {
($(GENERIC = $generic:ident: $bound:ident,)? LHS = $lhs:ty, RHS = $rhs:ty, Output = $out:ty) => { ... };
}Define borrow and non-borrow variants of Add.