Type Alias sos_server::ServerState

source ·
pub type ServerState = Arc<RwLock<State>>;
Expand description

State for the server.

Aliased Type§

struct ServerState { /* private fields */ }