pub fn retry_sync<F, T>(operation: F, config: &RetryConfig) -> Result<T>Expand description
Retry a synchronous operation with exponential backoff
pub fn retry_sync<F, T>(operation: F, config: &RetryConfig) -> Result<T>Retry a synchronous operation with exponential backoff