pub type BoxStreamingFileSourceChunkStream = BoxStream<'static, ConnectorResult<Option<StreamChunk>>>;
Expand description
Stream of Option<StreamChunk>
s parsed from the messages from the external source.
Aliased Typeยง
struct BoxStreamingFileSourceChunkStream {}