macro_rules! int_trait_impl {
    ($name:ident for $($t:ty)*) => { ... };
}