Derive Macro sycamore_router::Route[][src]

#[derive(Route)]
{
    // Attributes available to this derive:
    #[to]
    #[not_found]
}
Expand description

The Route procedural macro.

This macro derives the Route trait for the given enum.