pub trait ILanguageExceptionErrorInfo_Impl: Sized {
    // Required method
    fn GetLanguageException(&self) -> Result<IUnknown>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§