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