pub type ToolExecutorFuture<'a> = Pin<Box<dyn Future<Output = Result<Box<dyn ToolOutput>, FunctionCallError>> + Send + 'a>>;Expand description
The boxed future returned by ToolExecutor::handle.
Aliased Typeยง
pub struct ToolExecutorFuture<'a> { /* private fields */ }