Skip to main content

BoxPromptFuture

Type Alias BoxPromptFuture 

Source
pub type BoxPromptFuture<'a> = Pin<Box<dyn Future<Output = Result<PromptOutput, ToolError>> + Send + 'a>>;
Expand description

Type-erased future returned by ErasedPrompt::render_erased.

Aliased Typeยง

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