pub type AppState = Arc<Mutex<GraphState>>;Expand description
Axum state type alias.
Aliased Typeยง
pub struct AppState { /* private fields */ }pub type AppState = Arc<Mutex<GraphState>>;Axum state type alias.
pub struct AppState { /* private fields */ }