pub trait IntoGrip: IntoFd { fn into_grip(self) -> OwnedGrip; }
Portability abstraction over IntoFd and IntoHandleOrSocket.
IntoFd
IntoHandleOrSocket
Consume self and convert into an OwnedGrip.
self
OwnedGrip