impl_add_assign

Macro impl_add_assign 

Source
macro_rules! impl_add_assign {
    ($target:ty : $($(#[$attr:meta])* $t:ty),+ $(,)?) => { ... };
}
Expand description

Implement AddAssign for the provided types.