Macro impl_handler

Source
macro_rules! impl_handler {
    ($($T:ident), *) => { ... };
}