Skip to main content

ICoreWebView2EnvironmentInterop_Impl

Trait ICoreWebView2EnvironmentInterop_Impl 

Source
pub trait ICoreWebView2EnvironmentInterop_Impl: IUnknownImpl {
    // Required method
    fn GetProviderForHwnd(&self, hwnd: HWND) -> Result<IUnknown>;
}

Required Methods§

Source

fn GetProviderForHwnd(&self, hwnd: HWND) -> Result<IUnknown>

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§