Trait ExitStatusExt
pub trait ExitStatusExt
Windows-specific extensions to process::ExitStatus.
Required Methods
fn from_raw(raw: u32) -> SelfCreates a new
ExitStatusfrom the raw underlyingu32return value of a process.
Implementors
impl ExitStatusExt for ExitStatus