Trait ILanguageExceptionErrorInfo2_Impl
pub trait ILanguageExceptionErrorInfo2_Impl: ILanguageExceptionErrorInfo_Impl {
// Required methods
fn GetPreviousLanguageExceptionErrorInfo(
&self,
) -> Result<ILanguageExceptionErrorInfo2>;
fn CapturePropagationContext(
&self,
languageexception: Ref<'_, IUnknown>,
) -> Result<()>;
fn GetPropagationContextHead(&self) -> Result<ILanguageExceptionErrorInfo2>;
}
Required Methods§
fn GetPreviousLanguageExceptionErrorInfo( &self, ) -> Result<ILanguageExceptionErrorInfo2>
fn CapturePropagationContext( &self, languageexception: Ref<'_, IUnknown>, ) -> Result<()>
fn GetPropagationContextHead(&self) -> Result<ILanguageExceptionErrorInfo2>
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.