retry_async

Function retry_async 

Source
pub fn retry_async<Out, Op>(operation: Op) -> AsyncNeedsDelayStrategy<Out, Op>
where Out: NeedsRetry + Debug, Op: AsyncFn() -> Out,