pub type SharedState = Arc<DevServerState>;Expand description
Shared state handle for passing around the application.
Aliased Typeยง
pub struct SharedState { /* private fields */ }pub type SharedState = Arc<DevServerState>;Shared state handle for passing around the application.
pub struct SharedState { /* private fields */ }