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