pub trait Rem { // Required method fn dyn_rem(self: Box<Self>, other: Box<dyn Any>) -> *mut (); }
Dynamic (object-safe) version of Rem
Rem