Skip to main content

BoxedIncomingS

Type Alias BoxedIncomingS 

Source
pub type BoxedIncomingS<Err> = Pin<Box<dyn Stream<Item = Result<IncomingEvent, Err>> + Send>>;
Expand description

Owned transport events. Durable receipt remains the caller’s responsibility.

Aliased Type§

pub struct BoxedIncomingS<Err> { /* private fields */ }