zng::config

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