pub type SelectedDataSources = BTreeMap<ProviderType, SelectedDataSource>;
Expand description

This is a map from provider type to the selected data source for that type.

Aliased Type§

struct SelectedDataSources { /* private fields */ }