pub fn dup2_stdin<Fd>(fd: Fd) -> Result<(), Errno> ⓘwhere Fd: AsFd,
dep_rustix
Utility function to safely dup2 over stdin (fd 0).
dup2