(function() {var implementors = {};
implementors["mio"] = [{"text":"impl AsRawFd for Poll","synthetic":false,"types":["mio::poll::Poll"]},{"text":"impl AsRawFd for Registry","synthetic":false,"types":["mio::poll::Registry"]},{"text":"impl AsRawFd for Sender","synthetic":false,"types":["mio::sys::unix::pipe::Sender"]},{"text":"impl AsRawFd for Receiver","synthetic":false,"types":["mio::sys::unix::pipe::Receiver"]},{"text":"impl AsRawFd for TcpListener","synthetic":false,"types":["mio::net::tcp::listener::TcpListener"]},{"text":"impl AsRawFd for TcpSocket","synthetic":false,"types":["mio::net::tcp::socket::TcpSocket"]},{"text":"impl AsRawFd for TcpStream","synthetic":false,"types":["mio::net::tcp::stream::TcpStream"]},{"text":"impl AsRawFd for UdpSocket","synthetic":false,"types":["mio::net::udp::UdpSocket"]},{"text":"impl AsRawFd for UnixDatagram","synthetic":false,"types":["mio::net::uds::datagram::UnixDatagram"]},{"text":"impl AsRawFd for UnixListener","synthetic":false,"types":["mio::net::uds::listener::UnixListener"]},{"text":"impl AsRawFd for UnixStream","synthetic":false,"types":["mio::net::uds::stream::UnixStream"]}];
implementors["socket2"] = [{"text":"impl AsRawFd for Socket","synthetic":false,"types":["socket2::socket::Socket"]}];
implementors["tokio"] = [{"text":"impl AsRawFd for File","synthetic":false,"types":["tokio::fs::file::File"]},{"text":"impl<T: AsRawFd> AsRawFd for AsyncFd<T>","synthetic":false,"types":["tokio::io::async_fd::AsyncFd"]},{"text":"impl AsRawFd for Stderr","synthetic":false,"types":["tokio::io::stderr::Stderr"]},{"text":"impl AsRawFd for Stdin","synthetic":false,"types":["tokio::io::stdin::Stdin"]},{"text":"impl AsRawFd for Stdout","synthetic":false,"types":["tokio::io::stdout::Stdout"]},{"text":"impl AsRawFd for TcpListener","synthetic":false,"types":["tokio::net::tcp::listener::TcpListener"]},{"text":"impl AsRawFd for TcpSocket","synthetic":false,"types":["tokio::net::tcp::socket::TcpSocket"]},{"text":"impl AsRawFd for TcpStream","synthetic":false,"types":["tokio::net::tcp::stream::TcpStream"]},{"text":"impl AsRawFd for UdpSocket","synthetic":false,"types":["tokio::net::udp::UdpSocket"]},{"text":"impl AsRawFd for UnixDatagram","synthetic":false,"types":["tokio::net::unix::datagram::socket::UnixDatagram"]},{"text":"impl AsRawFd for UnixListener","synthetic":false,"types":["tokio::net::unix::listener::UnixListener"]},{"text":"impl AsRawFd for UnixStream","synthetic":false,"types":["tokio::net::unix::stream::UnixStream"]},{"text":"impl AsRawFd for ChildStdin","synthetic":false,"types":["tokio::process::ChildStdin"]},{"text":"impl AsRawFd for ChildStdout","synthetic":false,"types":["tokio::process::ChildStdout"]},{"text":"impl AsRawFd for ChildStderr","synthetic":false,"types":["tokio::process::ChildStderr"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()