Skip to main content

ToolFuture

Type Alias ToolFuture 

Source
pub type ToolFuture<'a> = Pin<Box<dyn Future<Output = Result<(), TaskError>> + Send + 'a>>;
Expand description

Boxed future returned by protected tool handlers.

Aliased Typeยง

pub struct ToolFuture<'a> { /* private fields */ }