pub trait IntoRawGrip: IntoRawFd {
    fn into_raw_grip(self) -> RawGrip;
}
Expand description

Portability abstraction over IntoRawFd and IntoRawHandleOrSocket.

Required Methods

Consume self and convert into an RawGrip.

Implementors