SharedState

Type Alias SharedState 

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

Shared state handle for passing around the application.

Aliased Typeยง

pub struct SharedState { /* private fields */ }