pub trait Cloneable: DynClone + Send + Sync + Debug { // Required method fn as_any(&self) -> &dyn Any; }