yew_router_nested

Module router

Source
Expand description

Router Component.

Structs§

  • Properties for Router.
  • Clonable Redirect function
  • Owned Render function.
  • Rendering control flow component.

Enums§

  • Message for Router.

Traits§

  • Redirection function that takes a route that didn’t match any of the Switch variants, and converts it to a switch variant.
  • Render function that takes a switched route and converts it to HTML
  • Any state that can be managed by the Router must meet the criteria of this trait.