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

Required Methods§

source

fn Invoke( &self, errorcode: HRESULT, collectionview: Option<&ICoreWebView2PermissionSettingCollectionView> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§