Skip to main content

router

Function router 

Source
pub fn router<S: Clone + Send + Sync + 'static>() -> Router<S>
Expand description

The personal-view router: static shell + the guarded data endpoint. State-generic so the proxy can merge it regardless of its own state type; no handler here reads router state.