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