Function proto::create_tool

source ·
pub fn create_tool(
    tool: &ToolType
) -> Result<Box<dyn Tool<'static>>, ProtoError>