BoxSourceMessageEventStream

Type Alias BoxSourceMessageEventStream 

Source
pub type BoxSourceMessageEventStream = BoxStream<'static, ConnectorResult<SourceMessageEvent>>;
Expand description

Stream of source message events.

Aliased Typeยง

#[repr(transparent)]
pub struct BoxSourceMessageEventStream { /* private fields */ }