Type Alias zng_ext_config::YamlConfig
source · pub type YamlConfig = SyncConfig<IndexMap<ConfigKey, Value>>;
Expand description
Represents a config source that synchronizes with a YAML file.
Aliased Type§
struct YamlConfig { /* private fields */ }