pub trait IntoGrip: Into<OwnedFd> { // Required method fn into_grip(self) -> OwnedGrip; }
Portability abstraction over Into<OwnedFd> and Into<OwnedHandleOrSocket>.
Into<OwnedFd>
Into<OwnedHandleOrSocket>
Consume self and convert into an OwnedGrip.
self
OwnedGrip