try_with_permanent_failure

Macro try_with_permanent_failure 

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

Try e, and if it fails, do not allow our wait function to be retried.