pub type RouterState = Arc<RouterStateInner>;Expand description
Shared router state type (Arc-wrapped inner struct for Clone compatibility).
Aliased Typeยง
pub struct RouterState { /* private fields */ }pub type RouterState = Arc<RouterStateInner>;Shared router state type (Arc-wrapped inner struct for Clone compatibility).
pub struct RouterState { /* private fields */ }