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§
fn BasicAuthenticationRequested( &self, eventhandler: Ref<'_, ICoreWebView2BasicAuthenticationRequestedEventHandler>, ) -> Result<i64>
fn RemoveBasicAuthenticationRequested(&self, token: i64) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".