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