[][src]Crate die

Macros

die

Prints a message to stderr and terminates the current process with the specified exit code or 1 if no exit code is specified, by calling eprintln!() on all arguments followed by process::exit(exit_code)

Constants

DEFAULT_EXIT_CODE

Traits

Die
PrintExit