Trait IErrorInfo_Impl
pub trait IErrorInfo_Impl: IUnknownImpl {
// Required methods
fn GetGUID(&self) -> Result<GUID>;
fn GetSource(&self) -> Result<BSTR>;
fn GetDescription(&self) -> Result<BSTR>;
fn GetHelpFile(&self) -> Result<BSTR>;
fn GetHelpContext(&self) -> Result<u32>;
}
Required Methods§
fn GetGUID(&self) -> Result<GUID>
fn GetSource(&self) -> Result<BSTR>
fn GetDescription(&self) -> Result<BSTR>
fn GetHelpFile(&self) -> Result<BSTR>
fn GetHelpContext(&self) -> Result<u32>
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.