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