pub type StreamingResult = Pin<Box<dyn Stream<Item = Result<StreamingChoice, CompletionError>> + Send>>;Aliased Typeยง
pub struct StreamingResult { /* private fields */ }pub type StreamingResult = Pin<Box<dyn Stream<Item = Result<StreamingChoice, CompletionError>> + Send>>;pub struct StreamingResult { /* private fields */ }