pub type SocketDescriptor = SOCKET;
Expand description

SocketDescriptor is a platform independent type alias for the underlying platform socket descriptor type. It is primarily useful for avoiding using cfg blocks in platform independent code.