4 lines
1.4 KiB
JavaScript
4 lines
1.4 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["actix_service"] = [];
|
|
implementors["actix_web"] = [{"text":"impl<T> <a class=\"trait\" href=\"actix_service/trait.IntoNewService.html\" title=\"trait actix_service::IntoNewService\">IntoNewService</a><T> for <a class=\"struct\" href=\"actix_web/struct.Resource.html\" title=\"struct actix_web::Resource\">Resource</a><T> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Config = <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.unit.html\">()</a>, Request = <a class=\"struct\" href=\"actix_web/dev/struct.ServiceRequest.html\" title=\"struct actix_web::dev::ServiceRequest\">ServiceRequest</a>, Response = <a class=\"struct\" href=\"actix_web/dev/struct.ServiceResponse.html\" title=\"struct actix_web::dev::ServiceResponse\">ServiceResponse</a>, Error = <a class=\"struct\" href=\"actix_web/error/struct.Error.html\" title=\"struct actix_web::error::Error\">Error</a>, InitError = <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.unit.html\">()</a>>, </span>","synthetic":false,"types":["actix_web::resource::Resource"]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |