Function io_extras::grip::borrow_raw_grip[][src]

pub unsafe fn borrow_raw_grip<'a>(grip: RawGrip) -> BorrowedGrip<'a>
Expand description

Portability abstraction over BorrowedFd::from_raw_fd and BorrowedHandleOrSocket::from_raw_handle_or_socket.

Safety

See the safety conditions for borrow_raw_fd.