Type Alias 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 */ }