pub type Result<T> = Result<T, BrowserError>;Expand description
Result type alias for browser-use operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(BrowserError),
}pub type Result<T> = Result<T, BrowserError>;Result type alias for browser-use operations
pub enum Result<T> {
Ok(T),
Err(BrowserError),
}