macro_rules! impl_slice_range {
    ( $fragment_type:ty, $range_type:ty, $can_return_self:expr ) => { ... };
}
👎Deprecated since 3.1.0: this implementation has been generalized and no longer requires a macro