(function() {var implementors = {};
implementors["bytes"] = [{"text":"impl<B: Buf + Sized> Read for Reader<B>","synthetic":false,"types":["bytes::buf::reader::Reader"]}];
implementors["mio"] = [{"text":"impl Read for TcpStream","synthetic":false,"types":["mio::net::tcp::TcpStream"]},{"text":"impl<'a> Read for &'a TcpStream","synthetic":false,"types":["mio::net::tcp::TcpStream"]}];
implementors["mio_uds"] = [{"text":"impl Read for UnixStream","synthetic":false,"types":["mio_uds::stream::UnixStream"]},{"text":"impl<'a> Read for &'a UnixStream","synthetic":false,"types":["mio_uds::stream::UnixStream"]}];
implementors["tokio_core"] = [{"text":"impl Read for TcpStream","synthetic":false,"types":["tokio_core::net::tcp::TcpStream"]},{"text":"impl<'a> Read for &'a TcpStream","synthetic":false,"types":["tokio_core::net::tcp::TcpStream"]},{"text":"impl<E: Read> Read for PollEvented<E>","synthetic":false,"types":["tokio_core::reactor::poll_evented::PollEvented"]},{"text":"impl<'a, E> Read for &'a PollEvented<E> where
&'a E: Read, ","synthetic":false,"types":["tokio_core::reactor::poll_evented::PollEvented"]}];
implementors["tokio_fs"] = [{"text":"impl Read for File","synthetic":false,"types":["tokio_fs::file::File"]},{"text":"impl Read for Stdin","synthetic":false,"types":["tokio_fs::stdin::Stdin"]}];
implementors["tokio_io"] = [{"text":"impl<T> Read for AllowStdIo<T> where
T: Read, ","synthetic":false,"types":["tokio_io::allow_std::AllowStdIo"]},{"text":"impl<T: AsyncRead> Read for ReadHalf<T>","synthetic":false,"types":["tokio_io::split::ReadHalf"]}];
implementors["tokio_reactor"] = [{"text":"impl<E> Read for PollEvented<E> where
E: Evented + Read, ","synthetic":false,"types":["tokio_reactor::poll_evented::PollEvented"]},{"text":"impl<'a, E> Read for &'a PollEvented<E> where
E: Evented,
&'a E: Read, ","synthetic":false,"types":["tokio_reactor::poll_evented::PollEvented"]}];
implementors["tokio_tcp"] = [{"text":"impl Read for TcpStream","synthetic":false,"types":["tokio_tcp::stream::TcpStream"]},{"text":"impl<'a> Read for &'a TcpStream","synthetic":false,"types":["tokio_tcp::stream::TcpStream"]}];
implementors["tokio_uds"] = [{"text":"impl Read for UnixStream","synthetic":false,"types":["tokio_uds::stream::UnixStream"]},{"text":"impl<'a> Read for &'a UnixStream","synthetic":false,"types":["tokio_uds::stream::UnixStream"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()