Skip to main content

error_from_exit_status_result

Function error_from_exit_status_result 

Source
pub fn error_from_exit_status_result(result: Result<(), i32>) -> Result<()>
Expand description

Convert a Result<(), i32> into a Result<(), anyhow::Error>