Skip to main content

AppState

Type Alias AppState 

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

Shared application state.

Aliased Typeยง

pub struct AppState { /* private fields */ }