Skip to main content

routes

Macro routes 

Source
macro_rules! routes {
    ($($tokens:tt)*) => { ... };
}
Expand description

A marker macro to define routes within a #[controller] impl block. The #[controller] procedural macro is responsible for parsing this.