Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameContentLoadingEventHandler_Impl
source · pub trait ICoreWebView2FrameContentLoadingEventHandler_Impl: Sized {
// Required method
fn Invoke(
&self,
sender: Option<&ICoreWebView2Frame>,
args: Option<&ICoreWebView2ContentLoadingEventArgs>
) -> Result<()>;
}