mirror of https://github.com/fafhrd91/actix-web
3 lines
1.7 KiB
JavaScript
3 lines
1.7 KiB
JavaScript
(function() {var implementors = {
|
|
"actix_web_actors":[["impl<A, M> ToEnvelope<A, M> for <a class=\"struct\" href=\"actix_web_actors/struct.HttpContext.html\" title=\"struct actix_web_actors::HttpContext\">HttpContext</a><A><div class=\"where\">where\n A: Actor<Context = <a class=\"struct\" href=\"actix_web_actors/struct.HttpContext.html\" title=\"struct actix_web_actors::HttpContext\">HttpContext</a><A>> + Handler<M>,\n M: Message + <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/marker/trait.Send.html\" title=\"trait core::marker::Send\">Send</a> + 'static,\n M::Result: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/marker/trait.Send.html\" title=\"trait core::marker::Send\">Send</a>,</div>"],["impl<A, M> ToEnvelope<A, M> for <a class=\"struct\" href=\"actix_web_actors/ws/struct.WebsocketContext.html\" title=\"struct actix_web_actors::ws::WebsocketContext\">WebsocketContext</a><A><div class=\"where\">where\n A: Actor<Context = <a class=\"struct\" href=\"actix_web_actors/ws/struct.WebsocketContext.html\" title=\"struct actix_web_actors::ws::WebsocketContext\">WebsocketContext</a><A>> + Handler<M>,\n M: ActixMessage + <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/marker/trait.Send.html\" title=\"trait core::marker::Send\">Send</a> + 'static,\n M::Result: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/marker/trait.Send.html\" title=\"trait core::marker::Send\">Send</a>,</div>"]]
|
|
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |