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

This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).

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§