Enum ExitCode
parser_c::support
pub enum ExitCode { ExitSuccess, ExitFailure(isize), }
ExitSuccess
ExitFailure(isize)
impl Debug for ExitCode
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.