zng_ext_config

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