common_agent::agent

Type Alias AsyncAgentTask

source
pub type AsyncAgentTask = Pin<Box<dyn Future<Output = Result<AgentHandlerRoutingResponseType, MeshError>> + Send + Sync + 'static>>;

Aliased Typeยง

struct AsyncAgentTask {}