Skip to main content

SharedState

Type Alias SharedState 

Source
pub type SharedState = Arc<AppState>;
Expand description

Type alias for the shared state passed to axum handlers.

Aliased Typeยง

pub struct SharedState { /* private fields */ }