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