zng::config

Type Alias RonConfig

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

Represents a config source that synchronizes with a RON file.

Aliased Typeยง

struct RonConfig { /* private fields */ }