macro_rules! try_3 { ($op:block) => { ... }; }
Macro to try a fallible operation multiple times before giving up and returning an error