Skip to main content

with_retry_sync

Function with_retry_sync 

Source
pub fn with_retry_sync<F, T>(policy: &RetryPolicy, operation: F) -> Result<T>
where F: Fn() -> Result<T>,
Expand description

同步版本的重试