pub trait Source { // Required method fn raw(&self) -> RawFd; }
A RawFd or a reference to a type implementing AsRawFd.
RawFd
AsRawFd
Returns the RawFd for this I/O object.