pub fn process_replace_current_image(command: &mut Command) -> ErrorExpand description
Replace this process’s image with command.
Returns only on failure: on success execve has already replaced the
program and there is nothing left to return to. That is why the signature
yields io::Error rather than io::Result<()> – an Ok would name a
state that cannot be observed.