pub type StreamingResult<R> = Pin<Box<dyn Stream<Item = Result<RawStreamingChoice<R>, CompletionError>> + Send>>;Available on not (crate feature
wasm and WebAssembly).Aliased Typeยง
pub struct StreamingResult<R> { /* private fields */ }