pub trait IIEWebDriverManager_Impl: Sized + IDispatch_Impl {
    // Required method
    fn ExecuteCommand(&self, command: &PCWSTR) -> Result<PWSTR>;
}

Required Methods§

fn ExecuteCommand(&self, command: &PCWSTR) -> Result<PWSTR>

Object Safety§

This trait is not object safe.

Implementors§