[][src]Macro realworld::rocket_uri_macro_get_articles

macro_rules! rocket_uri_macro_get_articles {
    #[get("/articles?<params..>")] => { ... };
}

Rocket code generated wrapping URI macro.