retry_with_strategy

Function retry_with_strategy 

Source
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