pub type RawFileDescriptor = RawFd;
Expand description

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.