[][src]Static oration::static_rocket_route_info_for_get_comments

pub static static_rocket_route_info_for_get_comments: StaticRouteInfo = ::rocket::StaticRouteInfo{method: ::rocket::http::Method::Get,
                          path: "/oration/comments?<post>",
                          handler: rocket_route_fn_get_comments,
                          format: None,
                          rank: None,}

Rocket code generated static route information structure.