(function() {var implementors = { "hyper":[["impl AsyncRead for AddrStream"],["impl AsyncRead for Upgraded"]], "hyper_rustls":[["impl<T: AsyncRead + AsyncWrite + Unpin> AsyncRead for MaybeHttpsStream<T>"]], "tokio":[], "tokio_rustls":[["impl<IO> AsyncRead for TlsStream<IO>
where\n IO: AsyncRead + AsyncWrite + Unpin,
"],["impl<T> AsyncRead for TlsStream<T>
where\n T: AsyncRead + AsyncWrite + Unpin,
"],["impl<IO> AsyncRead for TlsStream<IO>
where\n IO: AsyncRead + AsyncWrite + Unpin,
"]], "tokio_util":[["impl<L, R> AsyncRead for Either<L, R>
where\n L: AsyncRead,\n R: AsyncRead,
"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()