pub fn call<T>(
what: &str,
budget: Budget,
op: impl FnMut() -> Result<T, Error>,
) -> Result<T, Error>Expand description
Run op, retrying ONLY what side calls Transport, saying every retry out
loud. what names the call in the line that is printed and in the error.