Derive Macro 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
.
#[derive(Route)]
{
// Attributes available to this derive:
#[to]
#[not_found]
}
The Route
procedural macro.
This macro derives the Route
trait for the given enum
.