[][src]Macro realworld::rocket_uri_macro_unfollow

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

Rocket code generated wrapping URI macro.