Skip to main content

impl_partial_eq_ord

Macro impl_partial_eq_ord 

Source
macro_rules! impl_partial_eq_ord {
    ($($self:ident {
        $(> $($bigger:ident)+;)?
        $(< $($smaller:ident)+;)?
    })*) => { ... };
}
Expand description

Implement PartialEq and PartialOrd between unit types.