pub const EXIT_SIGNALED_SIGABRT: i32 = imp::process::types::EXIT_SIGNALED_SIGABRT; // 134i32
Available on crate feature process only.
Expand description

The exit status used by a process terminated with SIGABRT signal.

References