Trait ExitCodeExt
pub trait ExitCodeExt
Windows-specific extensions to process::ExitCode.
Required Methods
fn from_raw(raw: u32) -> SelfCreates a new
ExitCodefrom the raw underlyingu32return value of a process.The exit code should not be 259, as this conflicts with the
STILL_ACTIVEmacro returned from theGetExitCodeProcessfunction to signal that the process has yet to run to completion.
Implementors
impl ExitCodeExt for ExitCode