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

Required Methods

Implementors