pub trait ICoreWebView2Environment9_Impl: ICoreWebView2Environment8_Impl {
// Required method
fn CreateContextMenuItem(
&self,
label: &PCWSTR,
iconstream: Ref<'_, IStream>,
kind: COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND,
) -> Result<ICoreWebView2ContextMenuItem, Error>;
}
Required Methods§
fn CreateContextMenuItem( &self, label: &PCWSTR, iconstream: Ref<'_, IStream>, kind: COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND, ) -> Result<ICoreWebView2ContextMenuItem, Error>
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.