Skip to main content

AsyncToolFuture

Type Alias AsyncToolFuture 

Source
pub type AsyncToolFuture = Pin<Box<dyn Future<Output = Value> + Send>>;
Expand description

A pinned, boxed future returning a Value. Used for async tool handlers.

Aliased Typeยง

pub struct AsyncToolFuture { /* private fields */ }