Structs§
- Location
- NavLink
- Outlet
- Path
Match - Route
- Configures an element to render when a pattern matches the current path.
It must be rendered within a
Routes
element. - Router
- Router
State - Routes
- Renders a branch of
Route
that best matches the current path.
Traits§
Functions§
- init
- nav_
link - outlet
- route
- router
- use_
location - Returns the current Location. This can be useful if you’d like to perform some side effect whenever it changes.
- use_
navigate - Returns a function that lets you navigate programmatically in response to user interactions or effects.
- use_
params
Derive Macros§
- Into
Layout - #[derive(IntoLayout)] is used to create a Layout with outlet.