Skip to main content

BoundAgent

Type Alias BoundAgent 

Source
pub type BoundAgent = Arc<dyn Fn(String) -> BoxFuture<'static, Result<String>> + Send + Sync>;
Expand description

Type-erased callable agent.

Aliased Type§

pub struct BoundAgent { /* private fields */ }