Expand description
Error value for crate::ProcessBuilder
when a process fails.
Structs§
Functions§
- exit_
status_ to_ string - Converts an
ExitStatus
to a human-readable string suitable for displaying to a user. - is_
simple_ exit_ code - Returns
true
if the given process exit code is something a normal process would exit with.