Type Alias WebDriverJSResult

Source
pub type WebDriverJSResult = Result<JSValue, WebDriverJSError>;

Aliased Type§

pub enum WebDriverJSResult {
    Ok(JSValue),
    Err(WebDriverJSError),
}

Variants§

§1.0.0

Ok(JSValue)

Contains the success value

§1.0.0

Err(WebDriverJSError)

Contains the error value