pub type ServerState = Arc<RwLock<State>>;
State for the server.
pub struct ServerState { /* private fields */ }