Skip to main content

ToolFuture

Type Alias ToolFuture 

Source
pub type ToolFuture = Pin<Box<dyn Future<Output = Result<Value, PeError>> + Send>>;
Expand description

Type-erased async future returned by Tool::execute.

Aliased Type§

pub struct ToolFuture { /* private fields */ }