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