use ;
///Types implementing `BackoffStrategy`.
///Implementors are responsible for computing the interval between retries, as well as defining the
///limit to the number of retries that may be made.
///It is strongly recommended that implementors either be cheap to construct or, if shared state is needed, it be wrapped in an `Arc` or similar.