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

Consume self and convert into an RawGrip.

Implementors