Skip to main content

BoxToolExecutionStream

Type Alias BoxToolExecutionStream 

Source
pub type BoxToolExecutionStream = Pin<Box<dyn ToolExecutionStream + 'static>>;
Expand description

Object-safe boxed tool execution stream.

Aliased Typeยง

pub struct BoxToolExecutionStream { /* private fields */ }