ServerState

Type Alias ServerState 

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

State for the server.

Aliased Typeยง

pub struct ServerState { /* private fields */ }