Trait IntoGrip
Other items inunsafe_io
pub trait IntoGrip: IntoFd { fn into_grip(self) -> OwnedGrip; }
Portability abstraction over IntoFd and IntoHandleOrSocket.
IntoFd
IntoHandleOrSocket
fn into_grip(self) -> OwnedGrip
Consume self and convert into an OwnedGrip.
self
OwnedGrip
impl<T: IntoFd> IntoGrip for T