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