[][src]Derive Macro yew_router::Switch

#[derive(Switch)]
{
    // Attributes available to this derive:
    #[to]
    #[rest]
    #[end]
}

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