pub trait PropsData: Any + Debug + Send + Sync { fn clone_props(&self) -> Box<dyn PropsData>; fn as_any(&self) -> &dyn Any; }