Skip to main content

ProviderFuture

Type Alias ProviderFuture 

Source
pub type ProviderFuture<'a> = Pin<Box<dyn Future<Output = Result<ProviderResponse, RuntimeError>> + Send + 'a>>;
Expand description

A boxed provider future used by AgentProvider.

Aliased Typeยง

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