Skip to main content

RouterState

Type Alias RouterState 

Source
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 */ }