pub fn retry_with_strategy<E, S>(
endpoint: E,
retry: Retry<S>,
) -> RetryQuery<E, S>Expand description
Retry the endpoint, indicating a specific strategy to retry with
pub fn retry_with_strategy<E, S>(
endpoint: E,
retry: Retry<S>,
) -> RetryQuery<E, S>Retry the endpoint, indicating a specific strategy to retry with