pub trait ICoreWebView2BasicAuthenticationRequestedEventHandler_Impl: Sized {
    fn Invoke(
        &self,
        sender: &Option<ICoreWebView2>,
        args: &Option<ICoreWebView2BasicAuthenticationRequestedEventArgs>
    ) -> Result<()>; }

Required Methods

Implementors