(function() {var implementors = {};
implementors["base64"] = [{"text":"impl<'a, R: Read> Read for DecoderReader<'a, R>","synthetic":false,"types":["base64::read::decoder::DecoderReader"]}];
implementors["bytes"] = [{"text":"impl<B: Buf + Sized> Read for Reader<B>","synthetic":false,"types":["bytes::buf::reader::Reader"]}];
implementors["mio"] = [{"text":"impl Read for Receiver","synthetic":false,"types":["mio::sys::unix::pipe::Receiver"]},{"text":"impl Read for &Receiver","synthetic":false,"types":["mio::sys::unix::pipe::Receiver"]},{"text":"impl Read for TcpStream","synthetic":false,"types":["mio::net::tcp::stream::TcpStream"]},{"text":"impl<'a> Read for &'a TcpStream","synthetic":false,"types":["mio::net::tcp::stream::TcpStream"]},{"text":"impl Read for UnixStream","synthetic":false,"types":["mio::net::uds::stream::UnixStream"]},{"text":"impl<'a> Read for &'a UnixStream","synthetic":false,"types":["mio::net::uds::stream::UnixStream"]}];
implementors["native_tls"] = [{"text":"impl<S: Read + Write> Read for TlsStream<S>","synthetic":false,"types":["native_tls::TlsStream"]}];
implementors["openssl"] = [{"text":"impl<S: Read + Write> Read for SslStream<S>","synthetic":false,"types":["openssl::ssl::SslStream"]}];
implementors["socket2"] = [{"text":"impl Read for Socket","synthetic":false,"types":["socket2::socket::Socket"]},{"text":"impl<'a> Read for &'a Socket","synthetic":false,"types":["socket2::socket::Socket"]}];
implementors["tokio_native_tls"] = [{"text":"impl<S> Read for AllowStd<S> where
S: AsyncRead + Unpin, ","synthetic":false,"types":["tokio_native_tls::AllowStd"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()