pub trait ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler_Impl: Sized {
    // Required method
    fn Invoke(
        &self,
        errorcode: HRESULT,
        createdenvironment: Option<&ICoreWebView2Environment>
    ) -> Result<(), Error>;
}

Required Methods§

source

fn Invoke( &self, errorcode: HRESULT, createdenvironment: Option<&ICoreWebView2Environment> ) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§