pub type AgentFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;
Boxed async result used by AgentChannel trait methods.
AgentChannel
pub struct AgentFuture<T> { /* private fields */ }