Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler_Impl
source · pub trait ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler_Impl: Sized {
// Required method
fn Invoke(
&self,
errorcode: HRESULT,
createdenvironment: Option<&ICoreWebView2Environment>,
) -> Result<(), Error>;
}
Required Methods§
fn Invoke( &self, errorcode: HRESULT, createdenvironment: Option<&ICoreWebView2Environment>, ) -> Result<(), Error>
Object Safety§
This trait is not object safe.