pub type SharedState = Arc<RwLock<CtlState>>;
Shared state accessible from HTTP handlers and Callbacks.
pub struct SharedState { /* private fields */ }