(function() {var implementors = {}; implementors["tokio_http2"] = ["impl<R, W> Future for Copy<R, W> where R: Read, W: Write","impl<A> Future for Flush<A> where A: Write","impl<A, T> Future for ReadExact<A, T> where A: Read, T: AsMut<[u8]>","impl<A> Future for ReadToEnd<A> where A: Read","impl<R, T> Future for Read<R, T> where R: Read, T: AsMut<[u8]>","impl<A> Future for ReadUntil<A> where A: Read + BufRead","impl<A, T> Future for WriteAll<A, T> where A: Write, T: AsRef<[u8]>","impl Future for TcpStreamNew","impl<T> Future for SendDgram<T> where T: AsRef<[u8]>","impl<T> Future for RecvDgram<T> where T: AsMut<[u8]>","impl Future for Timeout","impl<S> Future for ConnectAsync<S> where S: Io","impl<S> Future for AcceptAsync<S> where S: Io","impl<T, E> Future for CpuFuture<T, E> where E: Send + 'static, T: Send + 'static","impl<T> Future for Pipeline<T> where T: Dispatch","impl<T> Future for Multiplex<T> where T: Dispatch","impl<T, E> Future for Response<T, E> where E: From<Error>","impl<Kind, P> Future for Connect<Kind, P> where P: BindClient<Kind, TcpStream>",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()