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