(function() {var implementors = {}; implementors["tokio_core"] = [{"text":"impl AsyncRead for TcpStream","synthetic":false,"types":["tokio_core::net::tcp::TcpStream"]},{"text":"impl<'a> AsyncRead for &'a TcpStream","synthetic":false,"types":["tokio_core::net::tcp::TcpStream"]},{"text":"impl<E: Read> AsyncRead for PollEvented<E>","synthetic":false,"types":["tokio_core::reactor::poll_evented::PollEvented"]},{"text":"impl<'a, E> AsyncRead for &'a PollEvented<E> where
    &'a E: Read
","synthetic":false,"types":["tokio_core::reactor::poll_evented::PollEvented"]}]; implementors["tokio_fs"] = [{"text":"impl AsyncRead for File","synthetic":false,"types":["tokio_fs::file::File"]},{"text":"impl AsyncRead for Stdin","synthetic":false,"types":["tokio_fs::stdin::Stdin"]}]; implementors["tokio_reactor"] = [{"text":"impl<E> AsyncRead for PollEvented<E> where
    E: Evented + Read
","synthetic":false,"types":["tokio_reactor::poll_evented::PollEvented"]},{"text":"impl<'a, E> AsyncRead for &'a PollEvented<E> where
    E: Evented,
    &'a E: Read
","synthetic":false,"types":["tokio_reactor::poll_evented::PollEvented"]}]; implementors["tokio_tcp"] = [{"text":"impl AsyncRead for TcpStream","synthetic":false,"types":["tokio_tcp::stream::TcpStream"]},{"text":"impl<'a> AsyncRead for &'a TcpStream","synthetic":false,"types":["tokio_tcp::stream::TcpStream"]}]; implementors["tokio_uds"] = [{"text":"impl AsyncRead for UnixStream","synthetic":false,"types":["tokio_uds::stream::UnixStream"]},{"text":"impl<'a> AsyncRead for &'a UnixStream","synthetic":false,"types":["tokio_uds::stream::UnixStream"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()