Macro impl_helper

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