Macro object_safe::impl_eq
source · macro_rules! impl_eq { ($( $Type:ty $(where <$( $G:ident$(: $($Gb:ident $(<$($GbIn:ident$(=$GbInEq:ty)?)+>)?)? $(?$Gbq:ident)? $( + $($Gb2:ident $(<$($GbIn2:ident$(=$GbInEq2:ty)?)+>)?)? $(?$Gbq2:ident)? )* )? ),+>)? ),*$(,)?) => { ... }; }