pub type SharedState = Arc<AppState>;
Shared application state handle
pub struct SharedState { /* private fields */ }