Skip to main content

ICoreWebView2WebResourceRequestedEventArgs_Impl

Trait ICoreWebView2WebResourceRequestedEventArgs_Impl 

Source
pub trait ICoreWebView2WebResourceRequestedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn Request(&self) -> Result<ICoreWebView2WebResourceRequest>;
    fn Response(&self) -> Result<ICoreWebView2WebResourceResponse>;
    fn SetResponse(
        &self,
        response: Ref<'_, ICoreWebView2WebResourceResponse>,
    ) -> Result<()>;
    fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>;
    fn ResourceContext(&self) -> Result<COREWEBVIEW2_WEB_RESOURCE_CONTEXT>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§