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