pub type ImageGenStream = Pin<Box<dyn Stream<Item = Result<ImageGenStreamEvent, OpenAIError>> + Send>>;Available on crate feature
_api and non-target_family=wasm and crate feature image-types only.Aliased Typeยง
pub struct ImageGenStream { /* private fields */ }