store_api::data_source

Type Alias DataSourceRef

source
pub type DataSourceRef = Arc<dyn DataSource + Send + Sync>;

Aliased Typeยง

struct DataSourceRef { /* private fields */ }