Skip to main content

UnwrapExitCode

Trait UnwrapExitCode 

Source
pub trait UnwrapExitCode<T> {
    // Required method
    fn unwrap_exit_code(self) -> T;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T> UnwrapExitCode<T> for Result<T, ExitCode>

Implementors§