Trait IRestrictedErrorInfo_Impl
pub trait IRestrictedErrorInfo_Impl: IUnknownImpl {
// Required methods
fn GetErrorDetails(
&self,
description: *mut BSTR,
error: *mut HRESULT,
restricteddescription: *mut BSTR,
capabilitysid: *mut BSTR,
) -> Result<()>;
fn GetReference(&self) -> Result<BSTR>;
}
Required Methods§
fn GetErrorDetails( &self, description: *mut BSTR, error: *mut HRESULT, restricteddescription: *mut BSTR, capabilitysid: *mut BSTR, ) -> Result<()>
fn GetReference(&self) -> Result<BSTR>
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.