macro_rules! with_retry {
($operation:expr, $max_retries:expr) => { ... };
}Expand description
Macro for error recovery with retry logic
macro_rules! with_retry {
($operation:expr, $max_retries:expr) => { ... };
}Macro for error recovery with retry logic