Type Alias BoxSourceChunkStream

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

Stream of [StreamChunk]s parsed from the messages from the external source.

Aliased Typeยง

struct BoxSourceChunkStream {}