pub type SharedState = Arc<AppState>;
Type alias for the shared state used by Axum extractors.
pub struct SharedState { /* private fields */ }