Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler_Impl
source · [−]pub trait ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler_Impl {
fn Invoke(
&self,
errorcode: HRESULT,
createdenvironment: &Option<ICoreWebView2Environment>
) -> Result<(), Error>;
}