Type Alias zng_ext_config::JsonConfig

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

Represents a config source that synchronizes with a JSON file.

Aliased Type§

struct JsonConfig { /* private fields */ }