Function mz_timestamp_oracle::postgres_oracle::retry_fallible

source ยท
pub async fn retry_fallible<R, F, WorkFn>(
    metrics: &RetryMetrics,
    work_fn: WorkFn,
) -> R
where F: Future<Output = Result<R, Error>>, WorkFn: FnMut() -> F,