Trait unsafe_io::AsRawGrip [−][src]
pub trait AsRawGrip: AsRawFd { fn as_raw_grip(&self) -> RawGrip; }
Expand description
Portability abstraction over AsFd and AsHandleOrSocket.
Required methods
fn as_raw_grip(&self) -> RawGrip
fn as_raw_grip(&self) -> RawGripExtracts the raw grip.