Trait ExitStatusExt

pub trait ExitStatusExt

Windows-specific extensions to process::ExitStatus.

Required Methods

fn from_raw(raw: u32) -> Self

Creates a new ExitStatus from the raw underlying u32 return value of a process.

Implementors