Expand description
A collection of useful items most applications might need.
Structs§
- Generic
Router Context - This context is set to the RouterConfig on_update method
- Memory
History - A +History* provider that stores all navigation information in memory.
- Navigator
- A view into the navigation state of a router.
- Outlet
Context - A context that manages nested routing levels for outlet components.
- Parse
Route Error - An error that is thrown when the router fails to parse a route
- Route
Parse Error - An error that occurs when parsing a route.
- Router
Config - Global configuration options for the router.
- Router
Context - A collection of router data that manages all routing functionality.
- Site
MapSegment - A type erased map of the site structure.
Enums§
- Navigation
Target - A target for the router to navigate to.
- Navigation
Target Parse Error - An error that can occur when parsing a
NavigationTarget. - Segment
Type - The type of a route segment.
Traits§
Functions§
- outlet
- router
- A component that renders the current route.
- use_
outlet_ context - use_
route