pub trait AsRawGrip: AsRawFd {
// Required method
fn as_raw_grip(&self) -> RawGrip;
}
Expand description
Portability abstraction over AsFd
and AsHandleOrSocket
.
Required Methods§
sourcefn as_raw_grip(&self) -> RawGrip
fn as_raw_grip(&self) -> RawGrip
Extracts the raw grip.