RawConfigMap

Type Alias RawConfigMap 

Source
pub type RawConfigMap = IndexMap<ConfigKey, RawConfigValue>;
Expand description

Internal representation of configs.

Aliased Typeยง

pub struct RawConfigMap { /* private fields */ }