pub type BoxSourceChunkStream = BoxStream<'static, ConnectorResult<StreamChunk>>;
Expand description
Stream of [StreamChunk
]s parsed from the messages from the external source.
Aliased Typeยง
#[repr(transparent)]pub struct BoxSourceChunkStream { /* private fields */ }