Skip to main content

ICoreWebView2_10_Impl

Trait ICoreWebView2_10_Impl 

Source
pub trait ICoreWebView2_10_Impl: ICoreWebView2_9_Impl {
    // Required methods
    fn BasicAuthenticationRequested(
        &self,
        eventhandler: Ref<'_, ICoreWebView2BasicAuthenticationRequestedEventHandler>,
    ) -> Result<i64>;
    fn RemoveBasicAuthenticationRequested(&self, token: i64) -> Result<()>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§