macro_rules! impl_partial_eq_ord_for_unit {
($($ty:ident)+) => { ... };
}Expand description
Symmetrically implement PartialEq and PartialOrd between Unit and all unit types.
macro_rules! impl_partial_eq_ord_for_unit {
($($ty:ident)+) => { ... };
}Symmetrically implement PartialEq and PartialOrd between Unit and all unit types.