pub trait ICoreWebView2NavigationStartingEventArgs3_Impl: Sized + ICoreWebView2NavigationStartingEventArgs2_Impl {
    // Required method
    fn NavigationKind(
        &self,
        navigation_kind: *mut COREWEBVIEW2_NAVIGATION_KIND
    ) -> Result<()>;
}

Required Methods§

Implementors§