(function() {var implementors = {};
implementors["tokio_core"] = ["impl AsyncRead for TcpStream","impl<'a> AsyncRead for &'a TcpStream","impl<E: Read> AsyncRead for PollEvented<E>","impl<'a, E> AsyncRead for &'a PollEvented<E> where
&'a E: Read, ",];
implementors["tokio_fs"] = ["impl AsyncRead for File","impl AsyncRead for Stdin",];
implementors["tokio_reactor"] = ["impl<E> AsyncRead for PollEvented<E> where
E: Evented + Read, ","impl<'a, E> AsyncRead for &'a PollEvented<E> where
E: Evented,
&'a E: Read, ",];
implementors["tokio_tcp"] = ["impl AsyncRead for TcpStream","impl<'a> AsyncRead for &'a TcpStream",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()