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