Skip to main content

impl_partial_eq_ord_for_unit

Macro impl_partial_eq_ord_for_unit 

Source
macro_rules! impl_partial_eq_ord_for_unit {
    ($($ty:ident)+) => { ... };
}
Expand description

Symmetrically implement PartialEq and PartialOrd between Unit and all unit types.