pub fn retry<E>(endpoint: E) -> RetryQuery<E, ExponentialBackoff>Expand description
retry with the default retry strategy (ExponentialBackoff)
pub fn retry<E>(endpoint: E) -> RetryQuery<E, ExponentialBackoff>retry with the default retry strategy (ExponentialBackoff)