Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2EnvironmentOptions3_Impl
source · pub trait ICoreWebView2EnvironmentOptions3_Impl: Sized {
// Required methods
fn IsCustomCrashReportingEnabled(&self, value: *mut BOOL) -> Result<()>;
fn SetIsCustomCrashReportingEnabled(&self, value: BOOL) -> Result<()>;
}
Required Methods§
fn IsCustomCrashReportingEnabled(&self, value: *mut BOOL) -> Result<()>
fn SetIsCustomCrashReportingEnabled(&self, value: BOOL) -> Result<()>
Object Safety§
This trait is not object safe.