pub type BoxToolExecutionStream = Pin<Box<dyn ToolExecutionStream + 'static>>;Expand description
Object-safe boxed tool execution stream.
Aliased Typeยง
pub struct BoxToolExecutionStream { /* private fields */ }pub type BoxToolExecutionStream = Pin<Box<dyn ToolExecutionStream + 'static>>;Object-safe boxed tool execution stream.
pub struct BoxToolExecutionStream { /* private fields */ }