pub trait ICoreWebView2NavigationStartingEventHandler_Impl {
    fn Invoke(
        &self,
        sender: &Option<ICoreWebView2>,
        args: &Option<ICoreWebView2NavigationStartingEventArgs>
    ) -> Result<(), Error>; }

Required Methods

Implementors