Skip to main content

DynTool

Type Alias DynTool 

Source
pub type DynTool = Arc<dyn McpTool>;
Expand description

A type-erased tool wrapper.

Aliased Typeยง

pub struct DynTool { /* private fields */ }