Skip to main content

BatchResultStream

Type Alias BatchResultStream 

Source
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 */ }