Trait IIEWebDriverSite_Impl
pub trait IIEWebDriverSite_Impl: IDispatch_Impl {
// Required methods
fn WindowOperation(&self, operationcode: u32, hwnd: u32) -> Result<()>;
fn DetachWebdriver(&self, punkwd: Ref<'_, IUnknown>) -> Result<()>;
fn GetCapabilityValue(
&self,
punkwd: Ref<'_, IUnknown>,
capname: &PCWSTR,
) -> Result<VARIANT>;
}
Required Methods§
fn WindowOperation(&self, operationcode: u32, hwnd: u32) -> Result<()>
fn DetachWebdriver(&self, punkwd: Ref<'_, IUnknown>) -> Result<()>
fn GetCapabilityValue( &self, punkwd: Ref<'_, IUnknown>, capname: &PCWSTR, ) -> Result<VARIANT>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.