macro_rules! impl_for_primitive {
    ($($ty:ty)+) => { ... };
}