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 {}
pub type BoxSourceChunkStream = BoxStream<'static, ConnectorResult<StreamChunk>>;
Stream of [StreamChunk
]s parsed from the messages from the external source.
struct BoxSourceChunkStream {}