pub type ExitStatus = ExitStatus;Expand description
Final state of a child process as reported by Process::wait.
Aliased to std::process::ExitStatus so callers can use the
platform-extension traits (e.g. ExitStatusExt::signal() on Unix)
without an extra conversion layer.
Aliased Typeยง
pub struct ExitStatus(/* private fields */);