(function() {var implementors = {
"futures":[],
"futures_io":[],
"futures_util":[["impl<St> AsyncRead for IntoAsyncRead<St>
"],["impl<R: AsyncRead> AsyncRead for BufReader<R>"],["impl<T> AsyncRead for AllowStdIo<T>"],["impl<T: AsRef<[u8]> + Unpin> AsyncRead for Cursor<T>"],["impl<R: AsyncRead> AsyncRead for Take<R>"],["impl AsyncRead for Empty"],["impl<A, B> AsyncRead for Either<A, B>"],["impl<T, U> AsyncRead for Chain<T, U>"],["impl AsyncRead for Repeat"],["impl<R: AsyncRead> AsyncRead for ReadHalf<R>"],["impl<W: AsyncRead> AsyncRead for BufWriter<W>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()