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