pub trait CliExitAnyhowWrapper<T> {
    fn with_code(self, error_code: i32) -> CliResult<T>;
}

Required methods

Implementations on Foreign Types

Implementors