Macro impl_type_for_wrapper

Source
macro_rules! impl_type_for_wrapper {
    ($($wrapper:ident<$T:ident>),+) => { ... };
}