Skip to main content

SharedState

Type Alias SharedState 

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

Type alias for the shared state handle used across the server

Aliased Typeยง

pub struct SharedState { /* private fields */ }