Type Alias SharedServerSettings

Source
pub type SharedServerSettings = Arc<RwLock<ServerOverlay>>;
Expand description

The Server-Settings Object, but shared across many places

Aliased Typeยง

pub struct SharedServerSettings { /* private fields */ }