Trait anchor_chain::agents::tool_registry::ToolHandler
source · pub trait ToolHandler {
// Required method
fn set_tool_registry<'life0, 'life1, 'async_trait>(
&'life0 mut self,
tool_registry: &'life1 RwLock<ToolRegistry<'_>>
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait;
}