Macro impl_extend

Source
macro_rules! impl_extend {
    ($name:ident, $inner:ty) => { ... };
}