Skip to main content

AgentFuture

Type Alias AgentFuture 

Source
pub type AgentFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;
Expand description

Boxed async result used by AgentChannel trait methods.

Aliased Typeยง

pub struct AgentFuture<T> { /* private fields */ }