windows::Foundation::Diagnostics

Trait IErrorReportingSettings_Impl

pub trait IErrorReportingSettings_Impl: IUnknownImpl {
    // Required methods
    fn SetErrorOptions(&self, value: ErrorOptions) -> Result<()>;
    fn GetErrorOptions(&self) -> Result<ErrorOptions>;
}

Required Methods§

fn SetErrorOptions(&self, value: ErrorOptions) -> Result<()>

fn GetErrorOptions(&self) -> Result<ErrorOptions>

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.

Implementors§