Skip to main content

BuildFuture

Type Alias BuildFuture 

Source
pub type BuildFuture = Pin<Box<dyn Future<Output = Result<BuiltAgent, String>> + Send>>;
Expand description

The future an AgentFactory returns.

Aliased Typeยง

pub struct BuildFuture { /* private fields */ }