Skip to main content

ToolError

Type Alias ToolError 

Source
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

Source§

fn from(e: BrowserError) -> Self

Converts to this type from the input type.