Type Alias sos_server::ServerState
source · pub type ServerState = Arc<RwLock<State>>;Expand description
State for the server.
Aliased Type§
struct ServerState { /* private fields */ }pub type ServerState = Arc<RwLock<State>>;State for the server.
struct ServerState { /* private fields */ }