Expand description
Library that exposes Termination
trait, similar to std::process::Termination
.
Constants§
- EXIT_
FAILURE - Code signaling unsuccessful termination of the process.
- EXIT_
SUCCESS - Code signaling successful termination of the process.
Traits§
- Termination
- A trait for implementing arbitrary return types in the
main
function.