actix-web/trait.impl/actix/address/envelope/trait.ToEnvelope.js

3 lines
1.7 KiB
JavaScript

(function() {var implementors = {
"actix_web_actors":[["impl&lt;A, M&gt; ToEnvelope&lt;A, M&gt; for <a class=\"struct\" href=\"actix_web_actors/struct.HttpContext.html\" title=\"struct actix_web_actors::HttpContext\">HttpContext</a>&lt;A&gt;<div class=\"where\">where\n A: Actor&lt;Context = <a class=\"struct\" href=\"actix_web_actors/struct.HttpContext.html\" title=\"struct actix_web_actors::HttpContext\">HttpContext</a>&lt;A&gt;&gt; + Handler&lt;M&gt;,\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&lt;A, M&gt; ToEnvelope&lt;A, M&gt; for <a class=\"struct\" href=\"actix_web_actors/ws/struct.WebsocketContext.html\" title=\"struct actix_web_actors::ws::WebsocketContext\">WebsocketContext</a>&lt;A&gt;<div class=\"where\">where\n A: Actor&lt;Context = <a class=\"struct\" href=\"actix_web_actors/ws/struct.WebsocketContext.html\" title=\"struct actix_web_actors::ws::WebsocketContext\">WebsocketContext</a>&lt;A&gt;&gt; + Handler&lt;M&gt;,\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;}})()