macro_rules! impl_compare {
    ( $fragment_type:ty, $compare_to_type:ty ) => { ... };
}
👎Deprecated since 2.1.0: this implementation has been generalized and no longer requires a macro