Trait IDataRetrieverCallback_Impl
pub trait IDataRetrieverCallback_Impl: IUnknownImpl {
// Required methods
fn LoadChangeDataComplete(&self, punkdata: Ref<'_, IUnknown>) -> Result<()>;
fn LoadChangeDataError(&self, hrerror: HRESULT) -> Result<()>;
}
Required Methods§
fn LoadChangeDataComplete(&self, punkdata: Ref<'_, IUnknown>) -> Result<()>
fn LoadChangeDataError(&self, hrerror: HRESULT) -> 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.