Trait io_extras::grip::IntoRawGrip
source · [−]pub trait IntoRawGrip: IntoRawFd {
fn into_raw_grip(self) -> RawGrip;
}
Expand description
Portability abstraction over IntoFd
and
IntoHandleOrSocket
.
Required methods
fn into_raw_grip(self) -> RawGrip
fn into_raw_grip(self) -> RawGrip
Consume self
and convert into an RawGrip
.