pub trait BackoffStrategy: Send + Sync { // Required method fn new_backoff(&self) -> Box<dyn Backoff>; }