Trait unsafe_io::IntoRawGrip [−][src]
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) -> RawGripConsume self and convert into an RawGrip.