pub type ToolError = String;Expand description
Result type for tool execution
Aliased Type§
pub struct ToolError { /* private fields */ }Trait Implementations§
Source§impl From<BrowserError> for ToolError
impl From<BrowserError> for ToolError
Source§fn from(e: BrowserError) -> Self
fn from(e: BrowserError) -> Self
Converts to this type from the input type.