Macro impl_trait

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