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ยง

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