JsonConfig

Type Alias JsonConfig 

Source
pub type JsonConfig = SyncConfig<JsonBackend>;
Expand description

Represents a config source that synchronizes with a JSON file.

Aliased Typeยง

pub struct JsonConfig { /* private fields */ }