Skip to main content

ExitStatusExt

Trait ExitStatusExt 

1.12.0 · Source
pub trait ExitStatusExt {
    // Required method
    fn from_raw(raw: u32) -> Self;
}
This trait cannot be implemented outside std.
Available on Windows only.
Expand description

Windows-specific extensions to process::ExitStatus.

Required Methods§

1.12.0 · Source

fn from_raw(raw: u32) -> Self

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§