Macro impl_partial_eq_ord

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