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 */ }
pub type RonConfig = SyncConfig<IndexMap<Txt, Value>>;
Represents a config source that synchronizes with a RON file.
struct RonConfig { /* private fields */ }