pub type StreamingResult<R> = Pin<Box<dyn Stream<Item = Result<RawStreamingChoice<R>, CompletionError>> + Send>>;Available on not (
target_os=unknown and WebAssembly).Expand description
Provider stream of raw completion chunks on native targets.
Aliased Typeยง
pub struct StreamingResult<R> { /* private fields */ }