pub trait IntoRawGrip: IntoRawFd {
// Required method
fn into_raw_grip(self) -> RawGrip;
}Expand description
Portability abstraction over IntoRawFd and
IntoRawHandleOrSocket.
Required Methods§
Sourcefn into_raw_grip(self) -> RawGrip
fn into_raw_grip(self) -> RawGrip
Consume self and convert into an RawGrip.