pub type RawFileDescriptor = RawFd;
RawFileDescriptor is a platform independent type alias for the underlying platform file descriptor type. It is primarily useful for avoiding using cfg blocks in platform independent code.
RawFileDescriptor
cfg