Macro tor_dirmgr::bootstrap::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.