(function() {var implementors = { "actix_web_actors":[["impl<A, M> ToEnvelope<A, M> for HttpContext<A>
where\n A: Actor<Context = HttpContext<A>> + Handler<M>,\n M: Message + Send + 'static,\n M::Result: Send,
"],["impl<A, M> ToEnvelope<A, M> for WebsocketContext<A>
where\n A: Actor<Context = WebsocketContext<A>> + Handler<M>,\n M: ActixMessage + Send + 'static,\n M::Result: Send,
"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()