macro_rules! impl_tool_factory {
($factory:ident, $tool:ident, $name:expr, $description:expr) => { ... };
}Expand description
Macro to help implement tool factories
macro_rules! impl_tool_factory {
($factory:ident, $tool:ident, $name:expr, $description:expr) => { ... };
}Macro to help implement tool factories