pub trait SubAssign { // Required method fn dyn_sub_assign(&mut self, other: Box<dyn Any>); }
Dynamic (object-safe) version of SubAssign
SubAssign