retry

Function retry 

Source
pub fn retry<E>(endpoint: E) -> RetryQuery<E, ExponentialBackoff>
Expand description

retry with the default retry strategy (ExponentialBackoff)