pub type DataSourceRef = Arc<dyn DataSource + Send + Sync>;
pub struct DataSourceRef { /* private fields */ }