BoxSourceReaderEventStream

Type Alias BoxSourceReaderEventStream 

Source
pub type BoxSourceReaderEventStream = BoxStream<'static, ConnectorResult<SourceReaderEvent>>;
Expand description

Stream of source reader events.

Aliased Typeยง

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