[][src]Macro realworld::rocket_uri_macro_follow

macro_rules! rocket_uri_macro_follow {
    #[post("/profiles/<username>/follow")] => { ... };
}

Rocket code generated wrapping URI macro.