pub trait DataSourceDataExt: Send + Sync { // Required method fn data_source_data(&self) -> &DataSourceData; }