Macro impl_trait

macro_rules! impl_trait {
    { $($ty:ident ($unsigned:ident)),* } => { ... };
}