[][src]Trait webdriver::httpapi::WebDriverExtensionRoute

pub trait WebDriverExtensionRoute: Clone + Send + PartialEq {
    type Command: WebDriverExtensionCommand + 'static;
    fn command(
        &self,
        _: &Parameters,
        _: &Value
    ) -> WebDriverResult<WebDriverCommand<Self::Command>>; }

Associated Types

Loading content...

Required methods

fn command(
    &self,
    _: &Parameters,
    _: &Value
) -> WebDriverResult<WebDriverCommand<Self::Command>>

Loading content...

Implementors

Loading content...