pub type SharedServerSettings = Arc<RwLock<ServerOverlay>>;Expand description
The Server-Settings Object, but shared across many places
Aliased Typeยง
pub struct SharedServerSettings { /* private fields */ }pub type SharedServerSettings = Arc<RwLock<ServerOverlay>>;The Server-Settings Object, but shared across many places
pub struct SharedServerSettings { /* private fields */ }