Trait ICoreWebView2Environment4_Impl

Source
pub trait ICoreWebView2Environment4_Impl: ICoreWebView2Environment3_Impl {
    // Required method
    fn GetAutomationProviderForWindow(&self, hwnd: HWND) -> Result<IUnknown>;
}

Required Methods§

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.

Implementors§