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