Type Definition phetch::config::SharedConfig

source ·
pub type SharedConfig = Arc<RwLock<Config>>;
Expand description

Global, shared config.