Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationStartingEventArgs3_Impl
source · pub trait ICoreWebView2NavigationStartingEventArgs3_Impl: Sized + ICoreWebView2NavigationStartingEventArgs2_Impl {
// Required method
fn NavigationKind(
&self,
navigation_kind: *mut COREWEBVIEW2_NAVIGATION_KIND,
) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.