pub trait FromGrip: FromFd { fn from_grip(owned_grip: OwnedGrip) -> Self; }
Portability abstraction over FromFd and FromHandleOrSocket.
FromFd
FromHandleOrSocket
Consume an OwnedGrip and convert into a Self.
OwnedGrip
Self