Skip to main content

ToolFunc

Type Alias ToolFunc 

Source
pub type ToolFunc = dyn Fn(Value) -> BoxFuture<'static, Result<Value, ToolError>> + Send + Sync;
Expand description

Function signature for tools