with_retry

Macro with_retry 

Source
macro_rules! with_retry {
    ($operation:expr, $max_retries:expr) => { ... };
}
Expand description

Macro for error recovery with retry logic