pub type AttemptLoopStream<'a> = Pin<Box<dyn Stream<Item = Result<AttemptLoopEvent>> + 'a>>;
pub struct AttemptLoopStream<'a> { /* private fields */ }