Macro time::internal_macros::impl_add_assign
source ยท macro_rules! impl_add_assign { ($target:ty : $($(#[$attr:meta])* $t:ty),+ $(,)?) => { ... }; }
Expand description
Implement AddAssign
for the provided types.