pub trait AsRawFd { // Required method fn as_raw_fd(&self) -> RawFd; }
Extracts raw fds.
Extracts the raw fd.