pub type SharedSettings = Arc<RwLock<Settings>>;

Aliased Type§

struct SharedSettings { /* private fields */ }