Type Alias 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.