Macro impl_helper

Source
macro_rules! impl_helper {
    ($($t:ty)*) => { ... };
}