Skip to main content

routes

Macro routes 

Source
macro_rules! routes {
    ($($operation:ident),* $(,)?) => { ... };
}