pub type IntelligenceFuture = Pin<Box<dyn Future<Output = Result<String, IntelligenceError>> + Send + 'static>>;Expand description
Sendable future returned by an injected intelligence call.
Aliased Typeยง
pub struct IntelligenceFuture { /* private fields */ }