pub trait ICoreWebView2EnvironmentOptions3_Impl: IUnknownImpl {
// 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<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.