pub trait ICoreWebView2WebResourceResponseViewGetContentCompletedHandler_Impl: Sized {
    // Required method
    fn Invoke(&self, errorcode: HRESULT, content: &Option<IStream>) -> Result<()>;
}

Required Methods§

source

fn Invoke(&self, errorcode: HRESULT, content: &Option<IStream>) -> Result<()>

Implementors§