Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2GetNonDefaultPermissionSettingsCompletedHandler_Impl
source · pub trait ICoreWebView2GetNonDefaultPermissionSettingsCompletedHandler_Impl: Sized {
// Required method
fn Invoke(
&self,
errorcode: HRESULT,
collectionview: Option<&ICoreWebView2PermissionSettingCollectionView>,
) -> Result<()>;
}
Required Methods§
fn Invoke( &self, errorcode: HRESULT, collectionview: Option<&ICoreWebView2PermissionSettingCollectionView>, ) -> Result<()>
Object Safety§
This trait is not object safe.