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 */ }pub type BoxedIncomingS<Err> = BoxDynStream<'static, Result<IncomingEvent, Err>>;Owned transport events. Durable receipt remains the caller’s responsibility.
pub struct BoxedIncomingS<Err> { /* private fields */ }