Trait ToExitCode

Source
pub trait ToExitCode {
    // Required method
    fn to_exit_code(&self) -> i32;
}

Required Methods§

Source

fn to_exit_code(&self) -> i32

Implementations on Foreign Types§

Source§

impl ToExitCode for ExitStatus

Implementors§