Macro implement_eq_trait

Source
macro_rules! implement_eq_trait {
    ($type:ident, $inner:ty, $int:ty) => { ... };
}