Macro impl_partial_eq

#[macro_export]
macro_rules! impl_partial_eq {
    ($lhs:ty, $rhs:ty) => { ... };
}