pub trait AddAssignExpand {
// Required method
fn __expand_add_assign_method(&mut self, scope: &Scope, rhs: Self);
}Required Methods§
fn __expand_add_assign_method(&mut self, scope: &Scope, rhs: Self)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".