Derive Macro perseus::Route[]

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

The Route procedural macro.