zng_ext_config

Type Alias TomlConfig

source
pub type TomlConfig = SyncConfig<IndexMap<ConfigKey, Value>>;
Expand description

Represents a config source that synchronizes with a TOML file.

Aliased Typeยง

struct TomlConfig { /* private fields */ }