Function bind_to_fd_with_ops

Source
pub fn bind_to_fd_with_ops<T: FdOps>(ops: T, fd: RawFd) -> Result<(), Status>
Expand description

Bind ops to a specific file descriptor.

NOTE: Due to the underlying use of fdio, error cases might also clobber errno.