[][src]Static oration::static_rocket_route_info_for_index

pub static static_rocket_route_info_for_index: StaticRouteInfo = ::rocket::StaticRouteInfo{method: ::rocket::http::Method::Get,
                          path: "/",
                          handler: rocket_route_fn_index,
                          format: None,
                          rank: None,}

Rocket code generated static route information structure.