(function() {var implementors = {};
implementors["futures"] = [];
implementors["hyper"] = [{"text":"impl Stream for Body","synthetic":false,"types":["hyper::proto::body::Body"]},{"text":"impl<I, S, B> Stream for Serve<I, S> where
I: Stream<Error = Error>,
I::Item: AsyncRead + AsyncWrite,
S: NewService<Request = Request, Response = Response<B>, Error = Error>,
B: Stream<Error = Error>,
B::Item: AsRef<[u8]>, ","synthetic":false,"types":["hyper::server::Serve"]},{"text":"impl Stream for AddrIncoming","synthetic":false,"types":["hyper::server::AddrIncoming"]}];
implementors["tokio_core"] = [{"text":"impl Stream for Incoming","synthetic":false,"types":["tokio_core::net::tcp::Incoming"]},{"text":"impl<C: UdpCodec> Stream for UdpFramed<C>","synthetic":false,"types":["tokio_core::net::udp::frame::UdpFramed"]},{"text":"impl Stream for Interval","synthetic":false,"types":["tokio_core::reactor::interval::Interval"]}];
implementors["tokio_fs"] = [{"text":"impl Stream for ReadDir","synthetic":false,"types":["tokio_fs::read_dir::ReadDir"]}];
implementors["tokio_io"] = [{"text":"impl<A> Stream for Lines<A> where
A: AsyncRead + BufRead, ","synthetic":false,"types":["tokio_io::lines::Lines"]}];
implementors["tokio_proto"] = [{"text":"impl<T, E> Stream for Body<T, E>","synthetic":false,"types":["tokio_proto::streaming::body::Body"]}];
implementors["tokio_sync"] = [{"text":"impl<T> Stream for Receiver<T>","synthetic":false,"types":["tokio_sync::mpsc::bounded::Receiver"]},{"text":"impl<T> Stream for UnboundedReceiver<T>","synthetic":false,"types":["tokio_sync::mpsc::unbounded::UnboundedReceiver"]},{"text":"impl<T: Clone> Stream for Receiver<T>","synthetic":false,"types":["tokio_sync::watch::Receiver"]}];
implementors["tokio_tcp"] = [{"text":"impl Stream for Incoming","synthetic":false,"types":["tokio_tcp::incoming::Incoming"]}];
implementors["tokio_timer"] = [{"text":"impl<T> Stream for DelayQueue<T>","synthetic":false,"types":["tokio_timer::delay_queue::DelayQueue"]},{"text":"impl<T: Stream> Stream for Throttle<T>","synthetic":false,"types":["tokio_timer::throttle::Throttle"]},{"text":"impl<T> Stream for Timeout<T> where
T: Stream, ","synthetic":false,"types":["tokio_timer::timeout::Timeout"]},{"text":"impl Stream for Interval","synthetic":false,"types":["tokio_timer::interval::Interval"]}];
implementors["tokio_udp"] = [{"text":"impl<C: Decoder> Stream for UdpFramed<C>","synthetic":false,"types":["tokio_udp::frame::UdpFramed"]}];
implementors["tokio_uds"] = [{"text":"impl<A, C: Decoder> Stream for UnixDatagramFramed<A, C>","synthetic":false,"types":["tokio_uds::frame::UnixDatagramFramed"]},{"text":"impl Stream for Incoming","synthetic":false,"types":["tokio_uds::incoming::Incoming"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()