[][src]Static oration::static_rocket_route_info_for_delete_comment

pub static static_rocket_route_info_for_delete_comment: StaticRouteInfo = ::rocket::StaticRouteInfo{method: ::rocket::http::Method::Delete,
                          path: "/oration/delete?<identifier>",
                          handler: rocket_route_fn_delete_comment,
                          format: None,
                          rank: None,}

Rocket code generated static route information structure.