macro_rules! define_PartialOrd_via_cmp {
    {
    $ttype:ty, $NOW:ty, $( $field:tt )*
} => { ... };
}
Expand description

impl PartialOrd<$NOW> for $ttype in terms of ...$field.cmp()