Type Alias BoxSourceChunkWithStateStream

Source
pub type BoxSourceChunkWithStateStream = BoxStream<'static, ConnectorResult<StreamChunkWithState>>;
Expand description

Aliased Typeยง

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