Skip to main content

AgentSpawnFuture

Type Alias AgentSpawnFuture 

Source
pub type AgentSpawnFuture<'a, T, E> = Pin<Box<dyn Future<Output = Result<T, E>> + Send + 'a>>;
Expand description

Future returned by one injected subagent-spawn helper.

Aliased Typeยง

pub struct AgentSpawnFuture<'a, T, E> { /* private fields */ }