Type Definition webdriver::error::WebDriverResult [] [src]

type WebDriverResult<T> = Result<T, WebDriverError>;