Type Alias persistence_config::Config
source · pub type Config = HashMap<ServiceName, HashMap<Tag, TagConfig>>;
Expand description
The outer map is service_name; the inner is tag.
Aliased Type§
struct Config { /* private fields */ }
pub type Config = HashMap<ServiceName, HashMap<Tag, TagConfig>>;
The outer map is service_name; the inner is tag.
struct Config { /* private fields */ }