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