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