Expand description
Router Component.
Structs§
- Props
- Properties for Router.
- Redirect
- Clonable Redirect function
- Render
- Owned Render function.
- Router
- Rendering control flow component.
Enums§
- Msg
- Message for Router.
Traits§
- Redirect
Fn - Redirection function that takes a route that didn’t match any of the Switch variants, and converts it to a switch variant.
- Render
Fn - Render function that takes a switched route and converts it to HTML
- Router
State - Any state that can be managed by the
Router
must meet the criteria of this trait.