pub type BuildFuture = Pin<Box<dyn Future<Output = Result<BuiltAgent, String>> + Send>>;Expand description
The future an AgentFactory returns.
Aliased Typeยง
#[repr(transparent)]pub struct BuildFuture { /* private fields */ }pub type BuildFuture = Pin<Box<dyn Future<Output = Result<BuiltAgent, String>> + Send>>;The future an AgentFactory returns.
#[repr(transparent)]pub struct BuildFuture { /* private fields */ }