pub type Socket = ares_socket_t;Expand description
The platform-specific file descriptor / socket type. That is, either a RawFd or a
RawSocket.
pub type Socket = ares_socket_t;The platform-specific file descriptor / socket type. That is, either a RawFd or a
RawSocket.