Skip to main content

AttemptLoopStream

Type Alias AttemptLoopStream 

Source
pub type AttemptLoopStream<'a> = Pin<Box<dyn Stream<Item = Result<AttemptLoopEvent>> + 'a>>;

Aliased Type§

pub struct AttemptLoopStream<'a> { /* private fields */ }