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