pub type BoxSourceMessageEventStream = BoxStream<'static, ConnectorResult<SourceMessageEvent>>;Expand description
Stream of source message events.
Aliased Typeยง
#[repr(transparent)]pub struct BoxSourceMessageEventStream { /* private fields */ }pub type BoxSourceMessageEventStream = BoxStream<'static, ConnectorResult<SourceMessageEvent>>;Stream of source message events.
#[repr(transparent)]pub struct BoxSourceMessageEventStream { /* private fields */ }