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