pub type BoxSourceStream = BoxStream<'static, ConnectorResult<Vec<SourceMessage>>>;
Expand description
Stream of SourceMessage
.
Aliased Typeยง
struct BoxSourceStream {}
pub type BoxSourceStream = BoxStream<'static, ConnectorResult<Vec<SourceMessage>>>;
Stream of SourceMessage
.
struct BoxSourceStream {}