pub trait GenericLayoutDataTrait: Any + MallocSizeOfTrait + Send + Sync + 'static { // Required method fn as_any(&self) -> &dyn Any; }