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