Skip to main content

BoxedIncomingS

Type Alias BoxedIncomingS 

Source
pub type BoxedIncomingS<Err> = BoxDynStream<'static, Result<IncomingEvent, Err>>;
Expand description

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

Aliased Type§

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