Module raw

Module raw 

Source
Expand description

Raw exit code and status representations.

The raw module provides a platform-agnostic representation of exit codes RawExitCode, as well as a concrete implementation for Unix and Windows platforms. While useful, the raw module is not necessary for most applications.

Traitsยง

RawExitCode
A trait that represents a raw platform-specific exit code.