Trait IAppxPackagingDiagnosticEventSink_Impl
pub trait IAppxPackagingDiagnosticEventSink_Impl: IUnknownImpl {
// Required methods
fn ReportContextChange(
&self,
changetype: APPX_PACKAGING_CONTEXT_CHANGE_TYPE,
contextid: i32,
contextname: &PCSTR,
contextmessage: &PCWSTR,
detailsmessage: &PCWSTR,
) -> Result<()>;
fn ReportError(&self, errormessage: &PCWSTR) -> Result<()>;
}
Required Methods§
fn ReportContextChange( &self, changetype: APPX_PACKAGING_CONTEXT_CHANGE_TYPE, contextid: i32, contextname: &PCSTR, contextmessage: &PCWSTR, detailsmessage: &PCWSTR, ) -> Result<()>
fn ReportError(&self, errormessage: &PCWSTR) -> 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.