Skip to main content

AppState

Type Alias AppState 

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

What handlers are given.

Aliased Typeยง

pub struct AppState { /* private fields */ }