AfterAgentCallback

Type Alias AfterAgentCallback 

Source
pub type AfterAgentCallback = Arc<dyn Fn(Arc<dyn InvocationContext>, Event) -> Pin<Box<dyn Future<Output = Result<()>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct AfterAgentCallback { /* private fields */ }