Type Alias ServerState

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

State for the server.

Aliased Typeยง

struct ServerState { /* private fields */ }