zng::config

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