pub trait AsRawSource { // Required method fn raw(&self) -> RawFd; }
A resource with a raw file descriptor.
Returns the raw file descriptor.