pub type ContextProviderFuture<'a> = Pin<Box<dyn Future<Output = Result<Vec<PromptModule>, ContextError>> + Send + 'a>>;Expand description
Runtime-neutral boxed context-provider future.
Aliased Typeยง
pub struct ContextProviderFuture<'a> { /* private fields */ }