use crateBackoffError;
use Error;
///Types implementing `BackoffLogger`
///Defines the behavior for logging errors in the retry loop.
///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.