ihrwein / backoff

Exponential backoff and retry for Rust.
https://github.com/ihrwein/backoff
Apache License 2.0
302 stars 36 forks source link

Implement Backoff for Box<B: Backoff> #49

Closed nightkr closed 2 years ago

nightkr commented 2 years ago

This allows code that accepts an impl Backoff to also accept Box<dyn Backoff>.