yew_router_nested

Module prelude

Source
Expand description

Prelude module that can be imported when working with the yew_router

Re-exports§

Type Aliases§

  • Alias of HashMap<&'a str, String> that represent strings captured from a route.

Derive Macros§

  • Implements the Switch trait based on attributes present on the struct or enum variants.