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