zng::config

Type Alias JsonConfig

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

Represents a config source that synchronizes with a JSON file.

Aliased Typeยง

struct JsonConfig { /* private fields */ }