macro_rules! impl_add_assign_from_add {
    ($type:ty) => { ... };
}