Skip to main content

propagate_fatal_errors

Macro propagate_fatal_errors 

Source
macro_rules! propagate_fatal_errors {
    ( $e:expr ) => { ... };
}
Expand description

Given a Result<()>, exit the current function if it is anything other than Ok(), or a nonfatal error.