pub type BatchResultStream = BoxStream<'static, Result<BatchItemResult, ProviderError>>;Expand description
Stream of per-request results of a finished batch.
Aliased Typeยง
#[repr(transparent)]pub struct BatchResultStream { /* private fields */ }pub type BatchResultStream = BoxStream<'static, Result<BatchItemResult, ProviderError>>;Stream of per-request results of a finished batch.
#[repr(transparent)]pub struct BatchResultStream { /* private fields */ }