EXIT_CODE_INTERRUPTED

Constant EXIT_CODE_INTERRUPTED 

Source
pub const EXIT_CODE_INTERRUPTED: i32 = 130;
Expand description

Exit code when interrupted by Ctrl+C (SIGINT). On Unix, this is 128 + signal number (SIGINT = 2).