Trait MakeBackoff
trait MakeBackoff
Trait used to construct Backoff trait implementors.
Associated Types
type Backoff: TraitBound { trait_: Path { path: "Backoff", id: Id(1826), args: None }, generic_params: [], modifier: None }The backoff type produced by this maker.
Required Methods
fn make_backoff(self: &mut Self) -> <Self as >::BackoffConstructs a new backoff type.
Implementors
impl<R> MakeBackoff for ExponentialBackoffMaker<R>