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