Macro impl_extra

Source
macro_rules! impl_extra {
    ($($t:ty),+ $(,)?) => { ... };
}