[][src]Module yew_router_min::prelude

Prelude module that can be imported when working with the yew_router

Re-exports

pub use crate::route::Switch;

Type Definitions

Captures

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

Derive Macros

Switch

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