Skip to main content

SharedState

Type Alias SharedState 

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

Shared state accessible from HTTP handlers and Callbacks.

Aliased Typeยง

pub struct SharedState { /* private fields */ }