Skip to main content

StoreRegistry

Type Alias StoreRegistry 

Source
pub type StoreRegistry = Arc<HashMap<String, Arc<dyn ResourceStore>>>;

Aliased Type§

pub struct StoreRegistry { /* private fields */ }