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

Required Methods§

source

fn NavigationKind( &self, navigation_kind: *mut COREWEBVIEW2_NAVIGATION_KIND ) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§