try_3

Macro try_3 

Source
macro_rules! try_3 {
    ($op:block) => { ... };
}
Expand description

Macro to try a fallible operation multiple times before giving up and returning an error