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 */ }pub type BuildFuture = Pin<Box<dyn Future<Output = Result<BuiltAgent, String>> + Send>>;The future an AgentFactory returns.
pub struct BuildFuture { /* private fields */ }