pub type DynThreadEventStream = Pin<Box<dyn Stream<Item = Result<ThreadEvent, ExecStreamError>> + Send>>;Expand description
Type-erased stream of events from the Codex CLI.
Aliased Typeยง
pub struct DynThreadEventStream { /* private fields */ }pub type DynThreadEventStream = Pin<Box<dyn Stream<Item = Result<ThreadEvent, ExecStreamError>> + Send>>;Type-erased stream of events from the Codex CLI.
pub struct DynThreadEventStream { /* private fields */ }