pub type SharedState = Arc<AppState>;
Type alias for the shared state passed to axum handlers.
pub struct SharedState { /* private fields */ }