register
Method
This is a method of the ToolRegistry class in the tools module.Register a tool
Signature
Parameters
No description available.
Returns
The result of the operation.
register: Register a tool
This is a method of the ToolRegistry class in the tools module.Register a tool
def register(&mut self, tool: impl Tool + 'static) -> ()