Trait io_extras::grip::IntoRawGrip
source · 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
.