risingwave_connector::source::base

Type Alias BoxSourceChunkStream

source
pub type BoxSourceChunkStream = BoxStream<'static, ConnectorResult<StreamChunk>>;
Expand description

Stream of StreamChunks parsed from the messages from the external source.

Aliased Typeยง

struct BoxSourceChunkStream {}