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