pub trait ICoreWebView2EnvironmentOptions3_Impl: IUnknownImpl {
// Required methods
fn IsCustomCrashReportingEnabled(&self) -> Result<BOOL>;
fn SetIsCustomCrashReportingEnabled(&self, value: BOOL) -> Result<()>;
}Required Methods§
fn IsCustomCrashReportingEnabled(&self) -> Result<BOOL>
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".