Skip to main content

BoxItemStream

Type Alias BoxItemStream 

Source
pub type BoxItemStream<T> = Pin<Box<dyn Stream<Item = AppResult<T>> + Send + 'static>>;
Expand description

Boxed stream of items emitted by a source.

Aliased Typeยง

pub struct BoxItemStream<T> { /* private fields */ }