Skip to main content

PromptFuture

Type Alias PromptFuture 

Source
pub type PromptFuture<'a> = Pin<Box<dyn Future<Output = PluginResult<GetPromptResult>> + Send + 'a>>;

Aliased Typeยง

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