[][src]Static oration::static_rocket_route_info_for_get_comment_count

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

Rocket code generated static route information structure.