pub type CallFuture<'a> = Pin<Box<dyn Future<Output = Result<Value, ToolCallError>> + Send + 'a>>;Expand description
Boxed future returned by Tool::call.
Aliased Typeยง
pub struct CallFuture<'a> { /* private fields */ }pub type CallFuture<'a> = Pin<Box<dyn Future<Output = Result<Value, ToolCallError>> + Send + 'a>>;Boxed future returned by Tool::call.
pub struct CallFuture<'a> { /* private fields */ }