pub trait Backoff: Stream<Item = Duration> + Unpin { }
Helper trait alias for backoff streams. We define any stream that yields Durations as a backoff
Duration