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.