Type Definition c_ares::Socket

source ·
pub type Socket = ares_socket_t;
Expand description

The platform-specific file descriptor / socket type. That is, either a RawFd or a RawSocket.