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