Derive Macro perseus::Route

[]
#[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.