macro_rules! impl_partial_eq_ord {
($($self:ident {
$(> $($bigger:ident)+;)?
$(< $($smaller:ident)+;)?
})*) => { ... };
}Expand description
Implement PartialEq and PartialOrd between unit types.
macro_rules! impl_partial_eq_ord {
($($self:ident {
$(> $($bigger:ident)+;)?
$(< $($smaller:ident)+;)?
})*) => { ... };
}Implement PartialEq and PartialOrd between unit types.