[][src]Type Definition filedescriptor::SocketDescriptor

type SocketDescriptor = RawFd;

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.