Type Alias zng_ext_config::RonConfig
source · pub type RonConfig = SyncConfig<IndexMap<ConfigKey, Value>>;
Expand description
Represents a config source that synchronizes with a RON file.
Aliased Type§
struct RonConfig { /* private fields */ }