pub fn is_signal(code: Code) -> bool
Reports whether an exit code is derived from a signal. It returns true if the code is in the range 128-255 and false if not.