pub async fn with_retry<F, Fut, T>(
config: &RetryConfig,
operation: F,
) -> Result<T>Expand description
Execute an async operation with exponential backoff retry
ยงErrors
Returns an error when retry orchestration or the database operation fails.