pub trait ExitCodeExt: Sealed {
// Required method
fn from_raw(raw: u32) -> Self;
}
🔬This is a nightly-only experimental API. (
windows_process_exit_code_from
)Available on Windows only.
Expand description
process::ExitCode
的特定于 Windows 的扩展。
这个 trait 是封闭的:它不能在标准库之外实现。 这是为了将来的附加方法不会破坏更改。