Module cargo_culture_kit::exit_code[][src]

Program exit code hinting through the ExitCode trait

Traits

ExitCode

A means of genericizing expected process exit code Once the std::process::Termination trait hits stable, this trait may be deprecated or abstracted away. See: https://github.com/rust-lang/rust/issues/43301