pub type BeforeAgentCallback = Arc<dyn Fn(Arc<dyn InvocationContext>) -> Pin<Box<dyn Future<Output = Result<()>> + Send>> + Send + Sync>;Expand description
Type alias for callbacks
Aliased Typeยง
pub struct BeforeAgentCallback { /* private fields */ }