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

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

Associated Types

Required Methods

Implementors